Class UpdateSpaceRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.repostspace.model.RepostspaceRequest
-
- software.amazon.awssdk.services.repostspace.model.UpdateSpaceRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateSpaceRequest.Builder,UpdateSpaceRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateSpaceRequest extends RepostspaceRequest implements ToCopyableBuilder<UpdateSpaceRequest.Builder,UpdateSpaceRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateSpaceRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateSpaceRequest.Builderbuilder()Stringdescription()A description for the private re:Post.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringroleArn()The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.List<SdkField<?>>sdkFields()static Class<? extends UpdateSpaceRequest.Builder>serializableBuilderClass()StringspaceId()The unique ID of this private re:Post.TierLeveltier()The pricing tier of this private re:Post.StringtierAsString()The pricing tier of this private re:Post.UpdateSpaceRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
description
public final String description()
A description for the private re:Post. This is used only to help you identify this private re:Post.
- Returns:
- A description for the private re:Post. This is used only to help you identify this private re:Post.
-
roleArn
public final String roleArn()
The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.
- Returns:
- The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.
-
spaceId
public final String spaceId()
The unique ID of this private re:Post.
- Returns:
- The unique ID of this private re:Post.
-
tier
public final TierLevel tier()
The pricing tier of this 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 this private re:Post.
- See Also:
TierLevel
-
tierAsString
public final String tierAsString()
The pricing tier of this 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 this private re:Post.
- See Also:
TierLevel
-
toBuilder
public UpdateSpaceRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateSpaceRequest.Builder,UpdateSpaceRequest>- Specified by:
toBuilderin classRepostspaceRequest
-
builder
public static UpdateSpaceRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateSpaceRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-