@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnvironmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEnvironmentResult() |
Modifier and Type | Method and Description |
---|---|
GetEnvironmentResult |
clone() |
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the Amazon Web Services account where the environment exists.
|
String |
getAwsAccountRegion()
The Amazon Web Services region where the environment exists.
|
Date |
getCreatedAt()
The timestamp of when the environment was created.
|
String |
getCreatedBy()
The Amazon DataZone user who created the environment.
|
DeploymentProperties |
getDeploymentProperties()
The deployment properties of the environment.
|
String |
getDescription()
The description of the environment.
|
String |
getDomainId()
The ID of the Amazon DataZone domain where the environment exists.
|
List<ConfigurableEnvironmentAction> |
getEnvironmentActions()
The actions of the environment.
|
String |
getEnvironmentBlueprintId()
The blueprint with which the environment is created.
|
String |
getEnvironmentProfileId()
The ID of the environment profile with which the environment is created.
|
List<String> |
getGlossaryTerms()
The business glossary terms that can be used in this environment.
|
String |
getId()
The ID of the environment.
|
Deployment |
getLastDeployment()
The details of the last deployment of the environment.
|
String |
getName()
The name of the environment.
|
String |
getProjectId()
The ID of the Amazon DataZone project in which this environment is created.
|
String |
getProvider()
The provider of this Amazon DataZone environment.
|
List<Resource> |
getProvisionedResources()
The provisioned resources of this Amazon DataZone environment.
|
ProvisioningProperties |
getProvisioningProperties()
The provisioning properties of this Amazon DataZone environment.
|
String |
getStatus()
The status of this Amazon DataZone environment.
|
Date |
getUpdatedAt()
The timestamp of when this environment was updated.
|
List<CustomParameter> |
getUserParameters()
The user parameters of this Amazon DataZone environment.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where the environment exists.
|
void |
setAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where the environment exists.
|
void |
setCreatedAt(Date createdAt)
The timestamp of when the environment was created.
|
void |
setCreatedBy(String createdBy)
The Amazon DataZone user who created the environment.
|
void |
setDeploymentProperties(DeploymentProperties deploymentProperties)
The deployment properties of the environment.
|
void |
setDescription(String description)
The description of the environment.
|
void |
setDomainId(String domainId)
The ID of the Amazon DataZone domain where the environment exists.
|
void |
setEnvironmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The actions of the environment.
|
void |
setEnvironmentBlueprintId(String environmentBlueprintId)
The blueprint with which the environment is created.
|
void |
setEnvironmentProfileId(String environmentProfileId)
The ID of the environment profile with which the environment is created.
|
void |
setGlossaryTerms(Collection<String> glossaryTerms)
The business glossary terms that can be used in this environment.
|
void |
setId(String id)
The ID of the environment.
|
void |
setLastDeployment(Deployment lastDeployment)
The details of the last deployment of the environment.
|
void |
setName(String name)
The name of the environment.
|
void |
setProjectId(String projectId)
The ID of the Amazon DataZone project in which this environment is created.
|
void |
setProvider(String provider)
The provider of this Amazon DataZone environment.
|
void |
setProvisionedResources(Collection<Resource> provisionedResources)
The provisioned resources of this Amazon DataZone environment.
|
void |
setProvisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties of this Amazon DataZone environment.
|
void |
setStatus(String status)
The status of this Amazon DataZone environment.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp of when this environment was updated.
|
void |
setUserParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment.
|
String |
toString()
Returns a string representation of this object.
|
GetEnvironmentResult |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where the environment exists.
|
GetEnvironmentResult |
withAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where the environment exists.
|
GetEnvironmentResult |
withCreatedAt(Date createdAt)
The timestamp of when the environment was created.
|
GetEnvironmentResult |
withCreatedBy(String createdBy)
The Amazon DataZone user who created the environment.
|
GetEnvironmentResult |
withDeploymentProperties(DeploymentProperties deploymentProperties)
The deployment properties of the environment.
|
GetEnvironmentResult |
withDescription(String description)
The description of the environment.
|
GetEnvironmentResult |
withDomainId(String domainId)
The ID of the Amazon DataZone domain where the environment exists.
|
GetEnvironmentResult |
withEnvironmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The actions of the environment.
|
GetEnvironmentResult |
withEnvironmentActions(ConfigurableEnvironmentAction... environmentActions)
The actions of the environment.
|
GetEnvironmentResult |
withEnvironmentBlueprintId(String environmentBlueprintId)
The blueprint with which the environment is created.
|
GetEnvironmentResult |
withEnvironmentProfileId(String environmentProfileId)
The ID of the environment profile with which the environment is created.
|
GetEnvironmentResult |
withGlossaryTerms(Collection<String> glossaryTerms)
The business glossary terms that can be used in this environment.
|
GetEnvironmentResult |
withGlossaryTerms(String... glossaryTerms)
The business glossary terms that can be used in this environment.
|
GetEnvironmentResult |
withId(String id)
The ID of the environment.
|
GetEnvironmentResult |
withLastDeployment(Deployment lastDeployment)
The details of the last deployment of the environment.
|
GetEnvironmentResult |
withName(String name)
The name of the environment.
|
GetEnvironmentResult |
withProjectId(String projectId)
The ID of the Amazon DataZone project in which this environment is created.
|
GetEnvironmentResult |
withProvider(String provider)
The provider of this Amazon DataZone environment.
|
GetEnvironmentResult |
withProvisionedResources(Collection<Resource> provisionedResources)
The provisioned resources of this Amazon DataZone environment.
|
GetEnvironmentResult |
withProvisionedResources(Resource... provisionedResources)
The provisioned resources of this Amazon DataZone environment.
|
GetEnvironmentResult |
withProvisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties of this Amazon DataZone environment.
|
GetEnvironmentResult |
withStatus(EnvironmentStatus status)
The status of this Amazon DataZone environment.
|
GetEnvironmentResult |
withStatus(String status)
The status of this Amazon DataZone environment.
|
GetEnvironmentResult |
withUpdatedAt(Date updatedAt)
The timestamp of when this environment was updated.
|
GetEnvironmentResult |
withUserParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment.
|
GetEnvironmentResult |
withUserParameters(CustomParameter... userParameters)
The user parameters of this Amazon DataZone environment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where the environment exists.
awsAccountId
- The ID of the Amazon Web Services account where the environment exists.public String getAwsAccountId()
The ID of the Amazon Web Services account where the environment exists.
public GetEnvironmentResult withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where the environment exists.
awsAccountId
- The ID of the Amazon Web Services account where the environment exists.public void setAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where the environment exists.
awsAccountRegion
- The Amazon Web Services region where the environment exists.public String getAwsAccountRegion()
The Amazon Web Services region where the environment exists.
public GetEnvironmentResult withAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where the environment exists.
awsAccountRegion
- The Amazon Web Services region where the environment exists.public void setCreatedAt(Date createdAt)
The timestamp of when the environment was created.
createdAt
- The timestamp of when the environment was created.public Date getCreatedAt()
The timestamp of when the environment was created.
public GetEnvironmentResult withCreatedAt(Date createdAt)
The timestamp of when the environment was created.
createdAt
- The timestamp of when the environment was created.public void setCreatedBy(String createdBy)
The Amazon DataZone user who created the environment.
createdBy
- The Amazon DataZone user who created the environment.public String getCreatedBy()
The Amazon DataZone user who created the environment.
public GetEnvironmentResult withCreatedBy(String createdBy)
The Amazon DataZone user who created the environment.
createdBy
- The Amazon DataZone user who created the environment.public void setDeploymentProperties(DeploymentProperties deploymentProperties)
The deployment properties of the environment.
deploymentProperties
- The deployment properties of the environment.public DeploymentProperties getDeploymentProperties()
The deployment properties of the environment.
public GetEnvironmentResult withDeploymentProperties(DeploymentProperties deploymentProperties)
The deployment properties of the environment.
deploymentProperties
- The deployment properties of the environment.public void setDescription(String description)
The description of the environment.
description
- The description of the environment.public String getDescription()
The description of the environment.
public GetEnvironmentResult withDescription(String description)
The description of the environment.
description
- The description of the environment.public void setDomainId(String domainId)
The ID of the Amazon DataZone domain where the environment exists.
domainId
- The ID of the Amazon DataZone domain where the environment exists.public String getDomainId()
The ID of the Amazon DataZone domain where the environment exists.
public GetEnvironmentResult withDomainId(String domainId)
The ID of the Amazon DataZone domain where the environment exists.
domainId
- The ID of the Amazon DataZone domain where the environment exists.public List<ConfigurableEnvironmentAction> getEnvironmentActions()
The actions of the environment.
public void setEnvironmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The actions of the environment.
environmentActions
- The actions of the environment.public GetEnvironmentResult withEnvironmentActions(ConfigurableEnvironmentAction... environmentActions)
The actions of the environment.
NOTE: This method appends the values to the existing list (if any). Use
setEnvironmentActions(java.util.Collection)
or withEnvironmentActions(java.util.Collection)
if
you want to override the existing values.
environmentActions
- The actions of the environment.public GetEnvironmentResult withEnvironmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The actions of the environment.
environmentActions
- The actions of the environment.public void setEnvironmentBlueprintId(String environmentBlueprintId)
The blueprint with which the environment is created.
environmentBlueprintId
- The blueprint with which the environment is created.public String getEnvironmentBlueprintId()
The blueprint with which the environment is created.
public GetEnvironmentResult withEnvironmentBlueprintId(String environmentBlueprintId)
The blueprint with which the environment is created.
environmentBlueprintId
- The blueprint with which the environment is created.public void setEnvironmentProfileId(String environmentProfileId)
The ID of the environment profile with which the environment is created.
environmentProfileId
- The ID of the environment profile with which the environment is created.public String getEnvironmentProfileId()
The ID of the environment profile with which the environment is created.
public GetEnvironmentResult withEnvironmentProfileId(String environmentProfileId)
The ID of the environment profile with which the environment is created.
environmentProfileId
- The ID of the environment profile with which the environment is created.public List<String> getGlossaryTerms()
The business glossary terms that can be used in this environment.
public void setGlossaryTerms(Collection<String> glossaryTerms)
The business glossary terms that can be used in this environment.
glossaryTerms
- The business glossary terms that can be used in this environment.public GetEnvironmentResult withGlossaryTerms(String... glossaryTerms)
The business glossary terms that can be used in this environment.
NOTE: This method appends the values to the existing list (if any). Use
setGlossaryTerms(java.util.Collection)
or withGlossaryTerms(java.util.Collection)
if you want
to override the existing values.
glossaryTerms
- The business glossary terms that can be used in this environment.public GetEnvironmentResult withGlossaryTerms(Collection<String> glossaryTerms)
The business glossary terms that can be used in this environment.
glossaryTerms
- The business glossary terms that can be used in this environment.public void setId(String id)
The ID of the environment.
id
- The ID of the environment.public String getId()
The ID of the environment.
public GetEnvironmentResult withId(String id)
The ID of the environment.
id
- The ID of the environment.public void setLastDeployment(Deployment lastDeployment)
The details of the last deployment of the environment.
lastDeployment
- The details of the last deployment of the environment.public Deployment getLastDeployment()
The details of the last deployment of the environment.
public GetEnvironmentResult withLastDeployment(Deployment lastDeployment)
The details of the last deployment of the environment.
lastDeployment
- The details of the last deployment of the environment.public void setName(String name)
The name of the environment.
name
- The name of the environment.public String getName()
The name of the environment.
public GetEnvironmentResult withName(String name)
The name of the environment.
name
- The name of the environment.public void setProjectId(String projectId)
The ID of the Amazon DataZone project in which this environment is created.
projectId
- The ID of the Amazon DataZone project in which this environment is created.public String getProjectId()
The ID of the Amazon DataZone project in which this environment is created.
public GetEnvironmentResult withProjectId(String projectId)
The ID of the Amazon DataZone project in which this environment is created.
projectId
- The ID of the Amazon DataZone project in which this environment is created.public void setProvider(String provider)
The provider of this Amazon DataZone environment.
provider
- The provider of this Amazon DataZone environment.public String getProvider()
The provider of this Amazon DataZone environment.
public GetEnvironmentResult withProvider(String provider)
The provider of this Amazon DataZone environment.
provider
- The provider of this Amazon DataZone environment.public List<Resource> getProvisionedResources()
The provisioned resources of this Amazon DataZone environment.
public void setProvisionedResources(Collection<Resource> provisionedResources)
The provisioned resources of this Amazon DataZone environment.
provisionedResources
- The provisioned resources of this Amazon DataZone environment.public GetEnvironmentResult withProvisionedResources(Resource... provisionedResources)
The provisioned resources of this Amazon DataZone environment.
NOTE: This method appends the values to the existing list (if any). Use
setProvisionedResources(java.util.Collection)
or withProvisionedResources(java.util.Collection)
if you want to override the existing values.
provisionedResources
- The provisioned resources of this Amazon DataZone environment.public GetEnvironmentResult withProvisionedResources(Collection<Resource> provisionedResources)
The provisioned resources of this Amazon DataZone environment.
provisionedResources
- The provisioned resources of this Amazon DataZone environment.public void setProvisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties of this Amazon DataZone environment.
provisioningProperties
- The provisioning properties of this Amazon DataZone environment.public ProvisioningProperties getProvisioningProperties()
The provisioning properties of this Amazon DataZone environment.
public GetEnvironmentResult withProvisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties of this Amazon DataZone environment.
provisioningProperties
- The provisioning properties of this Amazon DataZone environment.public void setStatus(String status)
The status of this Amazon DataZone environment.
status
- The status of this Amazon DataZone environment.EnvironmentStatus
public String getStatus()
The status of this Amazon DataZone environment.
EnvironmentStatus
public GetEnvironmentResult withStatus(String status)
The status of this Amazon DataZone environment.
status
- The status of this Amazon DataZone environment.EnvironmentStatus
public GetEnvironmentResult withStatus(EnvironmentStatus status)
The status of this Amazon DataZone environment.
status
- The status of this Amazon DataZone environment.EnvironmentStatus
public void setUpdatedAt(Date updatedAt)
The timestamp of when this environment was updated.
updatedAt
- The timestamp of when this environment was updated.public Date getUpdatedAt()
The timestamp of when this environment was updated.
public GetEnvironmentResult withUpdatedAt(Date updatedAt)
The timestamp of when this environment was updated.
updatedAt
- The timestamp of when this environment was updated.public List<CustomParameter> getUserParameters()
The user parameters of this Amazon DataZone environment.
public void setUserParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment.
userParameters
- The user parameters of this Amazon DataZone environment.public GetEnvironmentResult withUserParameters(CustomParameter... userParameters)
The user parameters of this Amazon DataZone environment.
NOTE: This method appends the values to the existing list (if any). Use
setUserParameters(java.util.Collection)
or withUserParameters(java.util.Collection)
if you want
to override the existing values.
userParameters
- The user parameters of this Amazon DataZone environment.public GetEnvironmentResult withUserParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment.
userParameters
- The user parameters of this Amazon DataZone environment.public String toString()
toString
in class Object
Object.toString()
public GetEnvironmentResult clone()