@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDomainResult() |
Modifier and Type | Method and Description |
---|---|
CreateDomainResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateDomainResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateDomainResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the Amazon DataZone domain.
|
String |
getDescription()
The description of the Amazon DataZone domain.
|
String |
getDomainExecutionRole()
The domain execution role that is created when an Amazon DataZone domain is created.
|
String |
getId()
The identifier of the Amazon DataZone domain.
|
String |
getKmsKeyIdentifier()
The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon
DataZone domain, metadata, and reporting data.
|
String |
getName()
The name of the Amazon DataZone domain.
|
String |
getPortalUrl()
The URL of the data portal for this Amazon DataZone domain.
|
SingleSignOn |
getSingleSignOn()
The single-sign on configuration of the Amazon DataZone domain.
|
String |
getStatus()
The status of the Amazon DataZone domain.
|
Map<String,String> |
getTags()
The tags specified for the Amazon DataZone domain.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the Amazon DataZone domain.
|
void |
setDescription(String description)
The description of the Amazon DataZone domain.
|
void |
setDomainExecutionRole(String domainExecutionRole)
The domain execution role that is created when an Amazon DataZone domain is created.
|
void |
setId(String id)
The identifier of the Amazon DataZone domain.
|
void |
setKmsKeyIdentifier(String kmsKeyIdentifier)
The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon
DataZone domain, metadata, and reporting data.
|
void |
setName(String name)
The name of the Amazon DataZone domain.
|
void |
setPortalUrl(String portalUrl)
The URL of the data portal for this Amazon DataZone domain.
|
void |
setSingleSignOn(SingleSignOn singleSignOn)
The single-sign on configuration of the Amazon DataZone domain.
|
void |
setStatus(String status)
The status of the Amazon DataZone domain.
|
void |
setTags(Map<String,String> tags)
The tags specified for the Amazon DataZone domain.
|
String |
toString()
Returns a string representation of this object.
|
CreateDomainResult |
withArn(String arn)
The ARN of the Amazon DataZone domain.
|
CreateDomainResult |
withDescription(String description)
The description of the Amazon DataZone domain.
|
CreateDomainResult |
withDomainExecutionRole(String domainExecutionRole)
The domain execution role that is created when an Amazon DataZone domain is created.
|
CreateDomainResult |
withId(String id)
The identifier of the Amazon DataZone domain.
|
CreateDomainResult |
withKmsKeyIdentifier(String kmsKeyIdentifier)
The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon
DataZone domain, metadata, and reporting data.
|
CreateDomainResult |
withName(String name)
The name of the Amazon DataZone domain.
|
CreateDomainResult |
withPortalUrl(String portalUrl)
The URL of the data portal for this Amazon DataZone domain.
|
CreateDomainResult |
withSingleSignOn(SingleSignOn singleSignOn)
The single-sign on configuration of the Amazon DataZone domain.
|
CreateDomainResult |
withStatus(DomainStatus status)
The status of the Amazon DataZone domain.
|
CreateDomainResult |
withStatus(String status)
The status of the Amazon DataZone domain.
|
CreateDomainResult |
withTags(Map<String,String> tags)
The tags specified for the Amazon DataZone domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The ARN of the Amazon DataZone domain.
arn
- The ARN of the Amazon DataZone domain.public String getArn()
The ARN of the Amazon DataZone domain.
public CreateDomainResult withArn(String arn)
The ARN of the Amazon DataZone domain.
arn
- The ARN of the Amazon DataZone domain.public void setDescription(String description)
The description of the Amazon DataZone domain.
description
- The description of the Amazon DataZone domain.public String getDescription()
The description of the Amazon DataZone domain.
public CreateDomainResult withDescription(String description)
The description of the Amazon DataZone domain.
description
- The description of the Amazon DataZone domain.public void setDomainExecutionRole(String domainExecutionRole)
The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the Amazon Web Services account that houses the Amazon DataZone domain.
domainExecutionRole
- The domain execution role that is created when an Amazon DataZone domain is created. The domain execution
role is created in the Amazon Web Services account that houses the Amazon DataZone domain.public String getDomainExecutionRole()
The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the Amazon Web Services account that houses the Amazon DataZone domain.
public CreateDomainResult withDomainExecutionRole(String domainExecutionRole)
The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the Amazon Web Services account that houses the Amazon DataZone domain.
domainExecutionRole
- The domain execution role that is created when an Amazon DataZone domain is created. The domain execution
role is created in the Amazon Web Services account that houses the Amazon DataZone domain.public void setId(String id)
The identifier of the Amazon DataZone domain.
id
- The identifier of the Amazon DataZone domain.public String getId()
The identifier of the Amazon DataZone domain.
public CreateDomainResult withId(String id)
The identifier of the Amazon DataZone domain.
id
- The identifier of the Amazon DataZone domain.public void setKmsKeyIdentifier(String kmsKeyIdentifier)
The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
kmsKeyIdentifier
- The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the
Amazon DataZone domain, metadata, and reporting data.public String getKmsKeyIdentifier()
The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
public CreateDomainResult withKmsKeyIdentifier(String kmsKeyIdentifier)
The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
kmsKeyIdentifier
- The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the
Amazon DataZone domain, metadata, and reporting data.public void setName(String name)
The name of the Amazon DataZone domain.
name
- The name of the Amazon DataZone domain.public String getName()
The name of the Amazon DataZone domain.
public CreateDomainResult withName(String name)
The name of the Amazon DataZone domain.
name
- The name of the Amazon DataZone domain.public void setPortalUrl(String portalUrl)
The URL of the data portal for this Amazon DataZone domain.
portalUrl
- The URL of the data portal for this Amazon DataZone domain.public String getPortalUrl()
The URL of the data portal for this Amazon DataZone domain.
public CreateDomainResult withPortalUrl(String portalUrl)
The URL of the data portal for this Amazon DataZone domain.
portalUrl
- The URL of the data portal for this Amazon DataZone domain.public void setSingleSignOn(SingleSignOn singleSignOn)
The single-sign on configuration of the Amazon DataZone domain.
singleSignOn
- The single-sign on configuration of the Amazon DataZone domain.public SingleSignOn getSingleSignOn()
The single-sign on configuration of the Amazon DataZone domain.
public CreateDomainResult withSingleSignOn(SingleSignOn singleSignOn)
The single-sign on configuration of the Amazon DataZone domain.
singleSignOn
- The single-sign on configuration of the Amazon DataZone domain.public void setStatus(String status)
The status of the Amazon DataZone domain.
status
- The status of the Amazon DataZone domain.DomainStatus
public String getStatus()
The status of the Amazon DataZone domain.
DomainStatus
public CreateDomainResult withStatus(String status)
The status of the Amazon DataZone domain.
status
- The status of the Amazon DataZone domain.DomainStatus
public CreateDomainResult withStatus(DomainStatus status)
The status of the Amazon DataZone domain.
status
- The status of the Amazon DataZone domain.DomainStatus
public Map<String,String> getTags()
The tags specified for the Amazon DataZone domain.
public void setTags(Map<String,String> tags)
The tags specified for the Amazon DataZone domain.
tags
- The tags specified for the Amazon DataZone domain.public CreateDomainResult withTags(Map<String,String> tags)
The tags specified for the Amazon DataZone domain.
tags
- The tags specified for the Amazon DataZone domain.public CreateDomainResult addTagsEntry(String key, String value)
public CreateDomainResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateDomainResult clone()