@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifiedAccessGroup extends Object implements Serializable, Cloneable
Describes a Verified Access group.
Constructor and Description |
---|
VerifiedAccessGroup() |
Modifier and Type | Method and Description |
---|---|
VerifiedAccessGroup |
clone() |
boolean |
equals(Object obj) |
String |
getCreationTime()
The creation time.
|
String |
getDeletionTime()
The deletion time.
|
String |
getDescription()
A description for the Amazon Web Services Verified Access group.
|
String |
getLastUpdatedTime()
The last updated time.
|
String |
getOwner()
The Amazon Web Services account number that owns the group.
|
VerifiedAccessSseSpecificationResponse |
getSseSpecification()
The options in use for server side encryption.
|
List<Tag> |
getTags()
The tags.
|
String |
getVerifiedAccessGroupArn()
The ARN of the Verified Access group.
|
String |
getVerifiedAccessGroupId()
The ID of the Verified Access group.
|
String |
getVerifiedAccessInstanceId()
The ID of the Amazon Web Services Verified Access instance.
|
int |
hashCode() |
void |
setCreationTime(String creationTime)
The creation time.
|
void |
setDeletionTime(String deletionTime)
The deletion time.
|
void |
setDescription(String description)
A description for the Amazon Web Services Verified Access group.
|
void |
setLastUpdatedTime(String lastUpdatedTime)
The last updated time.
|
void |
setOwner(String owner)
The Amazon Web Services account number that owns the group.
|
void |
setSseSpecification(VerifiedAccessSseSpecificationResponse sseSpecification)
The options in use for server side encryption.
|
void |
setTags(Collection<Tag> tags)
The tags.
|
void |
setVerifiedAccessGroupArn(String verifiedAccessGroupArn)
The ARN of the Verified Access group.
|
void |
setVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Verified Access group.
|
void |
setVerifiedAccessInstanceId(String verifiedAccessInstanceId)
The ID of the Amazon Web Services Verified Access instance.
|
String |
toString()
Returns a string representation of this object.
|
VerifiedAccessGroup |
withCreationTime(String creationTime)
The creation time.
|
VerifiedAccessGroup |
withDeletionTime(String deletionTime)
The deletion time.
|
VerifiedAccessGroup |
withDescription(String description)
A description for the Amazon Web Services Verified Access group.
|
VerifiedAccessGroup |
withLastUpdatedTime(String lastUpdatedTime)
The last updated time.
|
VerifiedAccessGroup |
withOwner(String owner)
The Amazon Web Services account number that owns the group.
|
VerifiedAccessGroup |
withSseSpecification(VerifiedAccessSseSpecificationResponse sseSpecification)
The options in use for server side encryption.
|
VerifiedAccessGroup |
withTags(Collection<Tag> tags)
The tags.
|
VerifiedAccessGroup |
withTags(Tag... tags)
The tags.
|
VerifiedAccessGroup |
withVerifiedAccessGroupArn(String verifiedAccessGroupArn)
The ARN of the Verified Access group.
|
VerifiedAccessGroup |
withVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Verified Access group.
|
VerifiedAccessGroup |
withVerifiedAccessInstanceId(String verifiedAccessInstanceId)
The ID of the Amazon Web Services Verified Access instance.
|
public void setVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Verified Access group.
verifiedAccessGroupId
- The ID of the Verified Access group.public String getVerifiedAccessGroupId()
The ID of the Verified Access group.
public VerifiedAccessGroup withVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Verified Access group.
verifiedAccessGroupId
- The ID of the Verified Access group.public void setVerifiedAccessInstanceId(String verifiedAccessInstanceId)
The ID of the Amazon Web Services Verified Access instance.
verifiedAccessInstanceId
- The ID of the Amazon Web Services Verified Access instance.public String getVerifiedAccessInstanceId()
The ID of the Amazon Web Services Verified Access instance.
public VerifiedAccessGroup withVerifiedAccessInstanceId(String verifiedAccessInstanceId)
The ID of the Amazon Web Services Verified Access instance.
verifiedAccessInstanceId
- The ID of the Amazon Web Services Verified Access instance.public void setDescription(String description)
A description for the Amazon Web Services Verified Access group.
description
- A description for the Amazon Web Services Verified Access group.public String getDescription()
A description for the Amazon Web Services Verified Access group.
public VerifiedAccessGroup withDescription(String description)
A description for the Amazon Web Services Verified Access group.
description
- A description for the Amazon Web Services Verified Access group.public void setOwner(String owner)
The Amazon Web Services account number that owns the group.
owner
- The Amazon Web Services account number that owns the group.public String getOwner()
The Amazon Web Services account number that owns the group.
public VerifiedAccessGroup withOwner(String owner)
The Amazon Web Services account number that owns the group.
owner
- The Amazon Web Services account number that owns the group.public void setVerifiedAccessGroupArn(String verifiedAccessGroupArn)
The ARN of the Verified Access group.
verifiedAccessGroupArn
- The ARN of the Verified Access group.public String getVerifiedAccessGroupArn()
The ARN of the Verified Access group.
public VerifiedAccessGroup withVerifiedAccessGroupArn(String verifiedAccessGroupArn)
The ARN of the Verified Access group.
verifiedAccessGroupArn
- The ARN of the Verified Access group.public void setCreationTime(String creationTime)
The creation time.
creationTime
- The creation time.public String getCreationTime()
The creation time.
public VerifiedAccessGroup withCreationTime(String creationTime)
The creation time.
creationTime
- The creation time.public void setLastUpdatedTime(String lastUpdatedTime)
The last updated time.
lastUpdatedTime
- The last updated time.public String getLastUpdatedTime()
The last updated time.
public VerifiedAccessGroup withLastUpdatedTime(String lastUpdatedTime)
The last updated time.
lastUpdatedTime
- The last updated time.public void setDeletionTime(String deletionTime)
The deletion time.
deletionTime
- The deletion time.public String getDeletionTime()
The deletion time.
public VerifiedAccessGroup withDeletionTime(String deletionTime)
The deletion time.
deletionTime
- The deletion time.public void setTags(Collection<Tag> tags)
The tags.
tags
- The tags.public VerifiedAccessGroup withTags(Tag... tags)
The tags.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tags.public VerifiedAccessGroup withTags(Collection<Tag> tags)
The tags.
tags
- The tags.public void setSseSpecification(VerifiedAccessSseSpecificationResponse sseSpecification)
The options in use for server side encryption.
sseSpecification
- The options in use for server side encryption.public VerifiedAccessSseSpecificationResponse getSseSpecification()
The options in use for server side encryption.
public VerifiedAccessGroup withSseSpecification(VerifiedAccessSseSpecificationResponse sseSpecification)
The options in use for server side encryption.
sseSpecification
- The options in use for server side encryption.public String toString()
toString
in class Object
Object.toString()
public VerifiedAccessGroup clone()