Class BatchAttachTypedLinkResponse
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.BatchAttachTypedLinkResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchAttachTypedLinkResponse.Builder,BatchAttachTypedLinkResponse>
@Generated("software.amazon.awssdk:codegen") public final class BatchAttachTypedLinkResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchAttachTypedLinkResponse.Builder,BatchAttachTypedLinkResponse>
Represents the output of a AttachTypedLink response operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchAttachTypedLinkResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchAttachTypedLinkResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BatchAttachTypedLinkResponse.Builder>serializableBuilderClass()BatchAttachTypedLinkResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.TypedLinkSpecifiertypedLinkSpecifier()Returns a typed link specifier as output.-
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
-
typedLinkSpecifier
public final TypedLinkSpecifier typedLinkSpecifier()
Returns a typed link specifier as output.
- Returns:
- Returns a typed link specifier as output.
-
toBuilder
public BatchAttachTypedLinkResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchAttachTypedLinkResponse.Builder,BatchAttachTypedLinkResponse>
-
builder
public static BatchAttachTypedLinkResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchAttachTypedLinkResponse.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.
-
-