Class SpaceData
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<SpaceData.Builder,
SpaceData>
A structure that contains some information about a private re:Post in the account.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String
arn()
The ARN of the private re:Post.static SpaceData.Builder
builder()
final ConfigurationStatus
The configuration status of the private re:Post.final String
The configuration status of the private re:Post.final Long
The content size of the private re:Post.final Instant
The date when the private re:Post was created.final Instant
The date when the private re:Post was deleted.final String
The description for the private re:Post.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
name()
The name for the private re:Post.final String
The AWS generated subdomain of the private re:Post.static Class
<? extends SpaceData.Builder> final String
spaceId()
The unique ID of the private re:Post.final String
status()
The creation/deletion status of the private re:Post.final Long
The storage limit of the private re:Post.final TierLevel
tier()
The pricing tier of the private re:Post.final String
The pricing tier of the private re:Post.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Integer
The number of onboarded users to the private re:Post.final String
The custom AWS KMS key ARN that’s used for the AWS KMS encryption.final String
This custom subdomain that you use to access your private re:Post.final VanityDomainStatus
This approval status of the custom subdomain.final String
This approval status of the custom subdomain.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
arn
The ARN of the private re:Post.
- Returns:
- The ARN of the private re:Post.
-
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,
configurationStatus
will 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:
-
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,
configurationStatus
will 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:
-
contentSize
The content size of the private re:Post.
- Returns:
- The content size of the private re:Post.
-
createDateTime
The date when the private re:Post was created.
- Returns:
- The date when the private re:Post was created.
-
deleteDateTime
The date when the private re:Post was deleted.
- Returns:
- The date when the private re:Post was deleted.
-
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
The name for the private re:Post.
- Returns:
- The name for the private re:Post.
-
randomDomain
The AWS generated subdomain of the private re:Post.
- Returns:
- The AWS generated subdomain of the private re:Post.
-
spaceId
The unique ID of the private re:Post.
- Returns:
- The unique ID of the private re:Post.
-
status
The creation/deletion status of the private re:Post.
- Returns:
- The creation/deletion status of the private re:Post.
-
storageLimit
The storage limit of the private re:Post.
- Returns:
- The storage limit of the private re:Post.
-
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,
tier
will 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:
-
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,
tier
will 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:
-
userCount
The number of onboarded users to the private re:Post.
- Returns:
- The number of onboarded users to the private re:Post.
-
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
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
This approval status of the custom subdomain.
If the service returns an enum value that is not available in the current SDK version,
vanityDomainStatus
will 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:
-
vanityDomainStatusAsString
This approval status of the custom subdomain.
If the service returns an enum value that is not available in the current SDK version,
vanityDomainStatus
will 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:
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<SpaceData.Builder,
SpaceData> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
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. -
getValueForField
-
sdkFields
-