Class UnshareTarget
- java.lang.Object
-
- software.amazon.awssdk.services.directory.model.UnshareTarget
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UnshareTarget.Builder,UnshareTarget>
@Generated("software.amazon.awssdk:codegen") public final class UnshareTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnshareTarget.Builder,UnshareTarget>
Identifier that contains details about the directory consumer account with whom the directory is being unshared.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUnshareTarget.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnshareTarget.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()Identifier of the directory consumer account.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UnshareTarget.Builder>serializableBuilderClass()UnshareTarget.BuildertoBuilder()StringtoString()Returns a string representation of this object.TargetTypetype()Type of identifier to be used in the Id field.StringtypeAsString()Type of identifier to be used in the Id field.-
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 Id field.
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 Id field.
- See Also:
TargetType
-
typeAsString
public final String typeAsString()
Type of identifier to be used in the Id field.
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 Id field.
- See Also:
TargetType
-
toBuilder
public UnshareTarget.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UnshareTarget.Builder,UnshareTarget>
-
builder
public static UnshareTarget.Builder builder()
-
serializableBuilderClass
public static Class<? extends UnshareTarget.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-