@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnvironmentProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEnvironmentProfileResult() |
Modifier and Type | Method and Description |
---|---|
GetEnvironmentProfileResult |
clone() |
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the Amazon Web Services account where this environment profile exists.
|
String |
getAwsAccountRegion()
The Amazon Web Services region where this environment profile exists.
|
Date |
getCreatedAt()
The timestamp of when this environment profile was created.
|
String |
getCreatedBy()
The Amazon DataZone user who created this environment profile.
|
String |
getDescription()
The description of the environment profile.
|
String |
getDomainId()
The ID of the Amazon DataZone domain in which this environment profile exists.
|
String |
getEnvironmentBlueprintId()
The ID of the blueprint with which this environment profile is created.
|
String |
getId()
The ID of the environment profile.
|
String |
getName()
The name of the environment profile.
|
String |
getProjectId()
The ID of the Amazon DataZone project in which this environment profile is created.
|
Date |
getUpdatedAt()
The timestamp of when this environment profile was upated.
|
List<CustomParameter> |
getUserParameters()
The user parameters of the environment profile.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where this environment profile exists.
|
void |
setAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where this environment profile exists.
|
void |
setCreatedAt(Date createdAt)
The timestamp of when this environment profile was created.
|
void |
setCreatedBy(String createdBy)
The Amazon DataZone user who created this environment profile.
|
void |
setDescription(String description)
The description of the environment profile.
|
void |
setDomainId(String domainId)
The ID of the Amazon DataZone domain in which this environment profile exists.
|
void |
setEnvironmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint with which this environment profile is created.
|
void |
setId(String id)
The ID of the environment profile.
|
void |
setName(String name)
The name of the environment profile.
|
void |
setProjectId(String projectId)
The ID of the Amazon DataZone project in which this environment profile is created.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp of when this environment profile was upated.
|
void |
setUserParameters(Collection<CustomParameter> userParameters)
The user parameters of the environment profile.
|
String |
toString()
Returns a string representation of this object.
|
GetEnvironmentProfileResult |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where this environment profile exists.
|
GetEnvironmentProfileResult |
withAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where this environment profile exists.
|
GetEnvironmentProfileResult |
withCreatedAt(Date createdAt)
The timestamp of when this environment profile was created.
|
GetEnvironmentProfileResult |
withCreatedBy(String createdBy)
The Amazon DataZone user who created this environment profile.
|
GetEnvironmentProfileResult |
withDescription(String description)
The description of the environment profile.
|
GetEnvironmentProfileResult |
withDomainId(String domainId)
The ID of the Amazon DataZone domain in which this environment profile exists.
|
GetEnvironmentProfileResult |
withEnvironmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint with which this environment profile is created.
|
GetEnvironmentProfileResult |
withId(String id)
The ID of the environment profile.
|
GetEnvironmentProfileResult |
withName(String name)
The name of the environment profile.
|
GetEnvironmentProfileResult |
withProjectId(String projectId)
The ID of the Amazon DataZone project in which this environment profile is created.
|
GetEnvironmentProfileResult |
withUpdatedAt(Date updatedAt)
The timestamp of when this environment profile was upated.
|
GetEnvironmentProfileResult |
withUserParameters(Collection<CustomParameter> userParameters)
The user parameters of the environment profile.
|
GetEnvironmentProfileResult |
withUserParameters(CustomParameter... userParameters)
The user parameters of the environment profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where this environment profile exists.
awsAccountId
- The ID of the Amazon Web Services account where this environment profile exists.public String getAwsAccountId()
The ID of the Amazon Web Services account where this environment profile exists.
public GetEnvironmentProfileResult withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where this environment profile exists.
awsAccountId
- The ID of the Amazon Web Services account where this environment profile exists.public void setAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where this environment profile exists.
awsAccountRegion
- The Amazon Web Services region where this environment profile exists.public String getAwsAccountRegion()
The Amazon Web Services region where this environment profile exists.
public GetEnvironmentProfileResult withAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where this environment profile exists.
awsAccountRegion
- The Amazon Web Services region where this environment profile exists.public void setCreatedAt(Date createdAt)
The timestamp of when this environment profile was created.
createdAt
- The timestamp of when this environment profile was created.public Date getCreatedAt()
The timestamp of when this environment profile was created.
public GetEnvironmentProfileResult withCreatedAt(Date createdAt)
The timestamp of when this environment profile was created.
createdAt
- The timestamp of when this environment profile was created.public void setCreatedBy(String createdBy)
The Amazon DataZone user who created this environment profile.
createdBy
- The Amazon DataZone user who created this environment profile.public String getCreatedBy()
The Amazon DataZone user who created this environment profile.
public GetEnvironmentProfileResult withCreatedBy(String createdBy)
The Amazon DataZone user who created this environment profile.
createdBy
- The Amazon DataZone user who created this environment profile.public void setDescription(String description)
The description of the environment profile.
description
- The description of the environment profile.public String getDescription()
The description of the environment profile.
public GetEnvironmentProfileResult withDescription(String description)
The description of the environment profile.
description
- The description of the environment profile.public void setDomainId(String domainId)
The ID of the Amazon DataZone domain in which this environment profile exists.
domainId
- The ID of the Amazon DataZone domain in which this environment profile exists.public String getDomainId()
The ID of the Amazon DataZone domain in which this environment profile exists.
public GetEnvironmentProfileResult withDomainId(String domainId)
The ID of the Amazon DataZone domain in which this environment profile exists.
domainId
- The ID of the Amazon DataZone domain in which this environment profile exists.public void setEnvironmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint with which this environment profile is created.
environmentBlueprintId
- The ID of the blueprint with which this environment profile is created.public String getEnvironmentBlueprintId()
The ID of the blueprint with which this environment profile is created.
public GetEnvironmentProfileResult withEnvironmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint with which this environment profile is created.
environmentBlueprintId
- The ID of the blueprint with which this environment profile is created.public void setId(String id)
The ID of the environment profile.
id
- The ID of the environment profile.public String getId()
The ID of the environment profile.
public GetEnvironmentProfileResult withId(String id)
The ID of the environment profile.
id
- The ID of the environment profile.public void setName(String name)
The name of the environment profile.
name
- The name of the environment profile.public String getName()
The name of the environment profile.
public GetEnvironmentProfileResult withName(String name)
The name of the environment profile.
name
- The name of the environment profile.public void setProjectId(String projectId)
The ID of the Amazon DataZone project in which this environment profile is created.
projectId
- The ID of the Amazon DataZone project in which this environment profile is created.public String getProjectId()
The ID of the Amazon DataZone project in which this environment profile is created.
public GetEnvironmentProfileResult withProjectId(String projectId)
The ID of the Amazon DataZone project in which this environment profile is created.
projectId
- The ID of the Amazon DataZone project in which this environment profile is created.public void setUpdatedAt(Date updatedAt)
The timestamp of when this environment profile was upated.
updatedAt
- The timestamp of when this environment profile was upated.public Date getUpdatedAt()
The timestamp of when this environment profile was upated.
public GetEnvironmentProfileResult withUpdatedAt(Date updatedAt)
The timestamp of when this environment profile was upated.
updatedAt
- The timestamp of when this environment profile was upated.public List<CustomParameter> getUserParameters()
The user parameters of the environment profile.
public void setUserParameters(Collection<CustomParameter> userParameters)
The user parameters of the environment profile.
userParameters
- The user parameters of the environment profile.public GetEnvironmentProfileResult withUserParameters(CustomParameter... userParameters)
The user parameters of the environment profile.
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 the environment profile.public GetEnvironmentProfileResult withUserParameters(Collection<CustomParameter> userParameters)
The user parameters of the environment profile.
userParameters
- The user parameters of the environment profile.public String toString()
toString
in class Object
Object.toString()
public GetEnvironmentProfileResult clone()