Class SpaceData
- java.lang.Object
-
- software.amazon.awssdk.services.repostspace.model.SpaceData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SpaceData.Builder,SpaceData>
@Generated("software.amazon.awssdk:codegen") public final class SpaceData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SpaceData.Builder,SpaceData>
A structure that contains some information about a private re:Post in the account.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSpaceData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the private re:Post.static SpaceData.Builderbuilder()ConfigurationStatusconfigurationStatus()The configuration status of the private re:Post.StringconfigurationStatusAsString()The configuration status of the private re:Post.LongcontentSize()The content size of the private re:Post.InstantcreateDateTime()The date when the private re:Post was created.InstantdeleteDateTime()The date when the private re:Post was deleted.Stringdescription()The description for the private re:Post.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name for the private re:Post.StringrandomDomain()The AWS generated subdomain of the private re:Post.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SpaceData.Builder>serializableBuilderClass()StringspaceId()The unique ID of the private re:Post.Stringstatus()The creation/deletion status of the private re:Post.LongstorageLimit()The storage limit of the private re:Post.TierLeveltier()The pricing tier of the private re:Post.StringtierAsString()The pricing tier of the private re:Post.SpaceData.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegeruserCount()The number of onboarded users to the private re:Post.StringuserKMSKey()The custom AWS KMS key ARN that’s used for the AWS KMS encryption.StringvanityDomain()This custom subdomain that you use to access your private re:Post.VanityDomainStatusvanityDomainStatus()This approval status of the custom subdomain.StringvanityDomainStatusAsString()This approval status of the custom subdomain.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The ARN of the private re:Post.
- Returns:
- The ARN of the private re:Post.
-
configurationStatus
public final ConfigurationStatus configurationStatus()
The configuration status of the private re:Post.
If the service returns an enum value that is not available in the current SDK version,
configurationStatuswill returnConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconfigurationStatusAsString().- Returns:
- The configuration status of the private re:Post.
- See Also:
ConfigurationStatus
-
configurationStatusAsString
public final String configurationStatusAsString()
The configuration status of the private re:Post.
If the service returns an enum value that is not available in the current SDK version,
configurationStatuswill returnConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconfigurationStatusAsString().- Returns:
- The configuration status of the private re:Post.
- See Also:
ConfigurationStatus
-
contentSize
public final Long contentSize()
The content size of the private re:Post.
- Returns:
- The content size of the private re:Post.
-
createDateTime
public final Instant createDateTime()
The date when the private re:Post was created.
- Returns:
- The date when the private re:Post was created.
-
deleteDateTime
public final Instant deleteDateTime()
The date when the private re:Post was deleted.
- Returns:
- The date when the private re:Post was deleted.
-
description
public final String description()
The description for the private re:Post. This is used only to help you identify this private re:Post.
- Returns:
- The description for the private re:Post. This is used only to help you identify this private re:Post.
-
name
public final String name()
The name for the private re:Post.
- Returns:
- The name for the private re:Post.
-
randomDomain
public final String randomDomain()
The AWS generated subdomain of the private re:Post.
- Returns:
- The AWS generated subdomain of the private re:Post.
-
spaceId
public final String spaceId()
The unique ID of the private re:Post.
- Returns:
- The unique ID of the private re:Post.
-
status
public final String status()
The creation/deletion status of the private re:Post.
- Returns:
- The creation/deletion status of the private re:Post.
-
storageLimit
public final Long storageLimit()
The storage limit of the private re:Post.
- Returns:
- The storage limit of the private re:Post.
-
tier
public final TierLevel tier()
The pricing tier of the private re:Post.
If the service returns an enum value that is not available in the current SDK version,
tierwill returnTierLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtierAsString().- Returns:
- The pricing tier of the private re:Post.
- See Also:
TierLevel
-
tierAsString
public final String tierAsString()
The pricing tier of the private re:Post.
If the service returns an enum value that is not available in the current SDK version,
tierwill returnTierLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtierAsString().- Returns:
- The pricing tier of the private re:Post.
- See Also:
TierLevel
-
userCount
public final Integer userCount()
The number of onboarded users to the private re:Post.
- Returns:
- The number of onboarded users to the private re:Post.
-
userKMSKey
public final String userKMSKey()
The custom AWS KMS key ARN that’s used for the AWS KMS encryption.
- Returns:
- The custom AWS KMS key ARN that’s used for the AWS KMS encryption.
-
vanityDomain
public final String vanityDomain()
This custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.
- Returns:
- This custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.
-
vanityDomainStatus
public final VanityDomainStatus vanityDomainStatus()
This approval status of the custom subdomain.
If the service returns an enum value that is not available in the current SDK version,
vanityDomainStatuswill returnVanityDomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvanityDomainStatusAsString().- Returns:
- This approval status of the custom subdomain.
- See Also:
VanityDomainStatus
-
vanityDomainStatusAsString
public final String vanityDomainStatusAsString()
This approval status of the custom subdomain.
If the service returns an enum value that is not available in the current SDK version,
vanityDomainStatuswill returnVanityDomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvanityDomainStatusAsString().- Returns:
- This approval status of the custom subdomain.
- See Also:
VanityDomainStatus
-
toBuilder
public SpaceData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SpaceData.Builder,SpaceData>
-
builder
public static SpaceData.Builder builder()
-
serializableBuilderClass
public static Class<? extends SpaceData.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-