Struct aws_sdk_cloudcontrol::output::get_resource_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetResourceOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_type_name(self, input: Option<String>) -> Self
pub fn set_type_name(self, input: Option<String>) -> Self
The name of the resource type.
sourcepub fn resource_description(self, input: ResourceDescription) -> Self
pub fn resource_description(self, input: ResourceDescription) -> Self
Represents information about a provisioned resource.
sourcepub fn set_resource_description(self, input: Option<ResourceDescription>) -> Self
pub fn set_resource_description(self, input: Option<ResourceDescription>) -> Self
Represents information about a provisioned resource.
sourcepub fn build(self) -> GetResourceOutput
pub fn build(self) -> GetResourceOutput
Consumes the builder and constructs a GetResourceOutput
.