Class PublishSchemaRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryRequest
-
- software.amazon.awssdk.services.clouddirectory.model.PublishSchemaRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<PublishSchemaRequest.Builder,PublishSchemaRequest>
@Generated("software.amazon.awssdk:codegen") public final class PublishSchemaRequest extends CloudDirectoryRequest implements ToCopyableBuilder<PublishSchemaRequest.Builder,PublishSchemaRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePublishSchemaRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PublishSchemaRequest.Builderbuilder()StringdevelopmentSchemaArn()The Amazon Resource Name (ARN) that is associated with the development schema.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringminorVersion()The minor version under which the schema will be published.Stringname()The new name under which the schema will be published.List<SdkField<?>>sdkFields()static Class<? extends PublishSchemaRequest.Builder>serializableBuilderClass()PublishSchemaRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()The major version under which the schema will be published.-
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
-
developmentSchemaArn
public final String developmentSchemaArn()
The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.
- Returns:
- The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.
-
version
public final String version()
The major version under which the schema will be published. Schemas have both a major and minor version associated with them.
- Returns:
- The major version under which the schema will be published. Schemas have both a major and minor version associated with them.
-
minorVersion
public final String minorVersion()
The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.
- Returns:
- The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.
-
name
public final String name()
The new name under which the schema will be published. If this is not provided, the development schema is considered.
- Returns:
- The new name under which the schema will be published. If this is not provided, the development schema is considered.
-
toBuilder
public PublishSchemaRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PublishSchemaRequest.Builder,PublishSchemaRequest>- Specified by:
toBuilderin classCloudDirectoryRequest
-
builder
public static PublishSchemaRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends PublishSchemaRequest.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
-
-