@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnvironmentBlueprintConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEnvironmentBlueprintConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
GetEnvironmentBlueprintConfigurationResult |
addRegionalParametersEntry(String key,
Map<String,String> value)
Add a single RegionalParameters entry
|
GetEnvironmentBlueprintConfigurationResult |
clearRegionalParametersEntries()
Removes all the entries added into RegionalParameters.
|
GetEnvironmentBlueprintConfigurationResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when this blueprint was created.
|
String |
getDomainId()
The ID of the Amazon DataZone domain where this blueprint exists.
|
List<String> |
getEnabledRegions()
The Amazon Web Services regions in which this blueprint is enabled.
|
String |
getEnvironmentBlueprintId()
The ID of the blueprint.
|
String |
getManageAccessRoleArn()
The ARN of the manage access role with which this blueprint is created.
|
List<ProvisioningConfiguration> |
getProvisioningConfigurations()
The provisioning configuration of a blueprint.
|
String |
getProvisioningRoleArn()
The ARN of the provisioning role with which this blueprint is created.
|
Map<String,Map<String,String>> |
getRegionalParameters()
The regional parameters of the blueprint.
|
Date |
getUpdatedAt()
The timestamp of when this blueprint was upated.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The timestamp of when this blueprint was created.
|
void |
setDomainId(String domainId)
The ID of the Amazon DataZone domain where this blueprint exists.
|
void |
setEnabledRegions(Collection<String> enabledRegions)
The Amazon Web Services regions in which this blueprint is enabled.
|
void |
setEnvironmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint.
|
void |
setManageAccessRoleArn(String manageAccessRoleArn)
The ARN of the manage access role with which this blueprint is created.
|
void |
setProvisioningConfigurations(Collection<ProvisioningConfiguration> provisioningConfigurations)
The provisioning configuration of a blueprint.
|
void |
setProvisioningRoleArn(String provisioningRoleArn)
The ARN of the provisioning role with which this blueprint is created.
|
void |
setRegionalParameters(Map<String,Map<String,String>> regionalParameters)
The regional parameters of the blueprint.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp of when this blueprint was upated.
|
String |
toString()
Returns a string representation of this object.
|
GetEnvironmentBlueprintConfigurationResult |
withCreatedAt(Date createdAt)
The timestamp of when this blueprint was created.
|
GetEnvironmentBlueprintConfigurationResult |
withDomainId(String domainId)
The ID of the Amazon DataZone domain where this blueprint exists.
|
GetEnvironmentBlueprintConfigurationResult |
withEnabledRegions(Collection<String> enabledRegions)
The Amazon Web Services regions in which this blueprint is enabled.
|
GetEnvironmentBlueprintConfigurationResult |
withEnabledRegions(String... enabledRegions)
The Amazon Web Services regions in which this blueprint is enabled.
|
GetEnvironmentBlueprintConfigurationResult |
withEnvironmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint.
|
GetEnvironmentBlueprintConfigurationResult |
withManageAccessRoleArn(String manageAccessRoleArn)
The ARN of the manage access role with which this blueprint is created.
|
GetEnvironmentBlueprintConfigurationResult |
withProvisioningConfigurations(Collection<ProvisioningConfiguration> provisioningConfigurations)
The provisioning configuration of a blueprint.
|
GetEnvironmentBlueprintConfigurationResult |
withProvisioningConfigurations(ProvisioningConfiguration... provisioningConfigurations)
The provisioning configuration of a blueprint.
|
GetEnvironmentBlueprintConfigurationResult |
withProvisioningRoleArn(String provisioningRoleArn)
The ARN of the provisioning role with which this blueprint is created.
|
GetEnvironmentBlueprintConfigurationResult |
withRegionalParameters(Map<String,Map<String,String>> regionalParameters)
The regional parameters of the blueprint.
|
GetEnvironmentBlueprintConfigurationResult |
withUpdatedAt(Date updatedAt)
The timestamp of when this blueprint was upated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetEnvironmentBlueprintConfigurationResult()
public void setCreatedAt(Date createdAt)
The timestamp of when this blueprint was created.
createdAt
- The timestamp of when this blueprint was created.public Date getCreatedAt()
The timestamp of when this blueprint was created.
public GetEnvironmentBlueprintConfigurationResult withCreatedAt(Date createdAt)
The timestamp of when this blueprint was created.
createdAt
- The timestamp of when this blueprint was created.public void setDomainId(String domainId)
The ID of the Amazon DataZone domain where this blueprint exists.
domainId
- The ID of the Amazon DataZone domain where this blueprint exists.public String getDomainId()
The ID of the Amazon DataZone domain where this blueprint exists.
public GetEnvironmentBlueprintConfigurationResult withDomainId(String domainId)
The ID of the Amazon DataZone domain where this blueprint exists.
domainId
- The ID of the Amazon DataZone domain where this blueprint exists.public List<String> getEnabledRegions()
The Amazon Web Services regions in which this blueprint is enabled.
public void setEnabledRegions(Collection<String> enabledRegions)
The Amazon Web Services regions in which this blueprint is enabled.
enabledRegions
- The Amazon Web Services regions in which this blueprint is enabled.public GetEnvironmentBlueprintConfigurationResult withEnabledRegions(String... enabledRegions)
The Amazon Web Services regions in which this blueprint is enabled.
NOTE: This method appends the values to the existing list (if any). Use
setEnabledRegions(java.util.Collection)
or withEnabledRegions(java.util.Collection)
if you want
to override the existing values.
enabledRegions
- The Amazon Web Services regions in which this blueprint is enabled.public GetEnvironmentBlueprintConfigurationResult withEnabledRegions(Collection<String> enabledRegions)
The Amazon Web Services regions in which this blueprint is enabled.
enabledRegions
- The Amazon Web Services regions in which this blueprint is enabled.public void setEnvironmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint.
environmentBlueprintId
- The ID of the blueprint.public String getEnvironmentBlueprintId()
The ID of the blueprint.
public GetEnvironmentBlueprintConfigurationResult withEnvironmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint.
environmentBlueprintId
- The ID of the blueprint.public void setManageAccessRoleArn(String manageAccessRoleArn)
The ARN of the manage access role with which this blueprint is created.
manageAccessRoleArn
- The ARN of the manage access role with which this blueprint is created.public String getManageAccessRoleArn()
The ARN of the manage access role with which this blueprint is created.
public GetEnvironmentBlueprintConfigurationResult withManageAccessRoleArn(String manageAccessRoleArn)
The ARN of the manage access role with which this blueprint is created.
manageAccessRoleArn
- The ARN of the manage access role with which this blueprint is created.public List<ProvisioningConfiguration> getProvisioningConfigurations()
The provisioning configuration of a blueprint.
public void setProvisioningConfigurations(Collection<ProvisioningConfiguration> provisioningConfigurations)
The provisioning configuration of a blueprint.
provisioningConfigurations
- The provisioning configuration of a blueprint.public GetEnvironmentBlueprintConfigurationResult withProvisioningConfigurations(ProvisioningConfiguration... provisioningConfigurations)
The provisioning configuration of a blueprint.
NOTE: This method appends the values to the existing list (if any). Use
setProvisioningConfigurations(java.util.Collection)
or
withProvisioningConfigurations(java.util.Collection)
if you want to override the existing values.
provisioningConfigurations
- The provisioning configuration of a blueprint.public GetEnvironmentBlueprintConfigurationResult withProvisioningConfigurations(Collection<ProvisioningConfiguration> provisioningConfigurations)
The provisioning configuration of a blueprint.
provisioningConfigurations
- The provisioning configuration of a blueprint.public void setProvisioningRoleArn(String provisioningRoleArn)
The ARN of the provisioning role with which this blueprint is created.
provisioningRoleArn
- The ARN of the provisioning role with which this blueprint is created.public String getProvisioningRoleArn()
The ARN of the provisioning role with which this blueprint is created.
public GetEnvironmentBlueprintConfigurationResult withProvisioningRoleArn(String provisioningRoleArn)
The ARN of the provisioning role with which this blueprint is created.
provisioningRoleArn
- The ARN of the provisioning role with which this blueprint is created.public Map<String,Map<String,String>> getRegionalParameters()
The regional parameters of the blueprint.
public void setRegionalParameters(Map<String,Map<String,String>> regionalParameters)
The regional parameters of the blueprint.
regionalParameters
- The regional parameters of the blueprint.public GetEnvironmentBlueprintConfigurationResult withRegionalParameters(Map<String,Map<String,String>> regionalParameters)
The regional parameters of the blueprint.
regionalParameters
- The regional parameters of the blueprint.public GetEnvironmentBlueprintConfigurationResult addRegionalParametersEntry(String key, Map<String,String> value)
public GetEnvironmentBlueprintConfigurationResult clearRegionalParametersEntries()
public void setUpdatedAt(Date updatedAt)
The timestamp of when this blueprint was upated.
updatedAt
- The timestamp of when this blueprint was upated.public Date getUpdatedAt()
The timestamp of when this blueprint was upated.
public GetEnvironmentBlueprintConfigurationResult withUpdatedAt(Date updatedAt)
The timestamp of when this blueprint was upated.
updatedAt
- The timestamp of when this blueprint was upated.public String toString()
toString
in class Object
Object.toString()
public GetEnvironmentBlueprintConfigurationResult clone()