Class ShareTarget
- java.lang.Object
-
- software.amazon.awssdk.services.directory.model.ShareTarget
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ShareTarget.Builder,ShareTarget>
@Generated("software.amazon.awssdk:codegen") public final class ShareTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ShareTarget.Builder,ShareTarget>
Identifier that contains details about the directory consumer account.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceShareTarget.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ShareTarget.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()Identifier of the directory consumer account.List<SdkField<?>>sdkFields()static Class<? extends ShareTarget.Builder>serializableBuilderClass()ShareTarget.BuildertoBuilder()StringtoString()Returns a string representation of this object.TargetTypetype()Type of identifier to be used in theIdfield.StringtypeAsString()Type of identifier to be used in theIdfield.-
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
-
id
public final String id()
Identifier of the directory consumer account.
- Returns:
- Identifier of the directory consumer account.
-
type
public final TargetType type()
Type of identifier to be used in the
Idfield.If the service returns an enum value that is not available in the current SDK version,
typewill returnTargetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Type of identifier to be used in the
Idfield. - See Also:
TargetType
-
typeAsString
public final String typeAsString()
Type of identifier to be used in the
Idfield.If the service returns an enum value that is not available in the current SDK version,
typewill returnTargetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Type of identifier to be used in the
Idfield. - See Also:
TargetType
-
toBuilder
public ShareTarget.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ShareTarget.Builder,ShareTarget>
-
builder
public static ShareTarget.Builder builder()
-
serializableBuilderClass
public static Class<? extends ShareTarget.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.
-
-