@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifiedAccessInstance extends Object implements Serializable, Cloneable
Describes a Verified Access instance.
Constructor and Description |
---|
VerifiedAccessInstance() |
Modifier and Type | Method and Description |
---|---|
VerifiedAccessInstance |
clone() |
boolean |
equals(Object obj) |
String |
getCreationTime()
The creation time.
|
String |
getDescription()
A description for the Amazon Web Services Verified Access instance.
|
Boolean |
getFipsEnabled()
Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
|
String |
getLastUpdatedTime()
The last updated time.
|
List<Tag> |
getTags()
The tags.
|
String |
getVerifiedAccessInstanceId()
The ID of the Amazon Web Services Verified Access instance.
|
List<VerifiedAccessTrustProviderCondensed> |
getVerifiedAccessTrustProviders()
The IDs of the Amazon Web Services Verified Access trust providers.
|
int |
hashCode() |
Boolean |
isFipsEnabled()
Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
|
void |
setCreationTime(String creationTime)
The creation time.
|
void |
setDescription(String description)
A description for the Amazon Web Services Verified Access instance.
|
void |
setFipsEnabled(Boolean fipsEnabled)
Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
|
void |
setLastUpdatedTime(String lastUpdatedTime)
The last updated time.
|
void |
setTags(Collection<Tag> tags)
The tags.
|
void |
setVerifiedAccessInstanceId(String verifiedAccessInstanceId)
The ID of the Amazon Web Services Verified Access instance.
|
void |
setVerifiedAccessTrustProviders(Collection<VerifiedAccessTrustProviderCondensed> verifiedAccessTrustProviders)
The IDs of the Amazon Web Services Verified Access trust providers.
|
String |
toString()
Returns a string representation of this object.
|
VerifiedAccessInstance |
withCreationTime(String creationTime)
The creation time.
|
VerifiedAccessInstance |
withDescription(String description)
A description for the Amazon Web Services Verified Access instance.
|
VerifiedAccessInstance |
withFipsEnabled(Boolean fipsEnabled)
Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
|
VerifiedAccessInstance |
withLastUpdatedTime(String lastUpdatedTime)
The last updated time.
|
VerifiedAccessInstance |
withTags(Collection<Tag> tags)
The tags.
|
VerifiedAccessInstance |
withTags(Tag... tags)
The tags.
|
VerifiedAccessInstance |
withVerifiedAccessInstanceId(String verifiedAccessInstanceId)
The ID of the Amazon Web Services Verified Access instance.
|
VerifiedAccessInstance |
withVerifiedAccessTrustProviders(Collection<VerifiedAccessTrustProviderCondensed> verifiedAccessTrustProviders)
The IDs of the Amazon Web Services Verified Access trust providers.
|
VerifiedAccessInstance |
withVerifiedAccessTrustProviders(VerifiedAccessTrustProviderCondensed... verifiedAccessTrustProviders)
The IDs of the Amazon Web Services Verified Access trust providers.
|
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 VerifiedAccessInstance 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 instance.
description
- A description for the Amazon Web Services Verified Access instance.public String getDescription()
A description for the Amazon Web Services Verified Access instance.
public VerifiedAccessInstance withDescription(String description)
A description for the Amazon Web Services Verified Access instance.
description
- A description for the Amazon Web Services Verified Access instance.public List<VerifiedAccessTrustProviderCondensed> getVerifiedAccessTrustProviders()
The IDs of the Amazon Web Services Verified Access trust providers.
public void setVerifiedAccessTrustProviders(Collection<VerifiedAccessTrustProviderCondensed> verifiedAccessTrustProviders)
The IDs of the Amazon Web Services Verified Access trust providers.
verifiedAccessTrustProviders
- The IDs of the Amazon Web Services Verified Access trust providers.public VerifiedAccessInstance withVerifiedAccessTrustProviders(VerifiedAccessTrustProviderCondensed... verifiedAccessTrustProviders)
The IDs of the Amazon Web Services Verified Access trust providers.
NOTE: This method appends the values to the existing list (if any). Use
setVerifiedAccessTrustProviders(java.util.Collection)
or
withVerifiedAccessTrustProviders(java.util.Collection)
if you want to override the existing values.
verifiedAccessTrustProviders
- The IDs of the Amazon Web Services Verified Access trust providers.public VerifiedAccessInstance withVerifiedAccessTrustProviders(Collection<VerifiedAccessTrustProviderCondensed> verifiedAccessTrustProviders)
The IDs of the Amazon Web Services Verified Access trust providers.
verifiedAccessTrustProviders
- The IDs of the Amazon Web Services Verified Access trust providers.public void setCreationTime(String creationTime)
The creation time.
creationTime
- The creation time.public String getCreationTime()
The creation time.
public VerifiedAccessInstance 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 VerifiedAccessInstance withLastUpdatedTime(String lastUpdatedTime)
The last updated time.
lastUpdatedTime
- The last updated time.public void setTags(Collection<Tag> tags)
The tags.
tags
- The tags.public VerifiedAccessInstance 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 VerifiedAccessInstance withTags(Collection<Tag> tags)
The tags.
tags
- The tags.public void setFipsEnabled(Boolean fipsEnabled)
Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
fipsEnabled
- Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.public Boolean getFipsEnabled()
Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
public VerifiedAccessInstance withFipsEnabled(Boolean fipsEnabled)
Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
fipsEnabled
- Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.public Boolean isFipsEnabled()
Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
public String toString()
toString
in class Object
Object.toString()
public VerifiedAccessInstance clone()