Class InstanceMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.ssoadmin.model.InstanceMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InstanceMetadata.Builder,InstanceMetadata>
@Generated("software.amazon.awssdk:codegen") public final class InstanceMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceMetadata.Builder,InstanceMetadata>
Provides information about the IAM Identity Center instance.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInstanceMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InstanceMetadata.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringidentityStoreId()The identifier of the identity store that is connected to the IAM Identity Center instance.StringinstanceArn()The ARN of the IAM Identity Center instance under which the operation will be executed.List<SdkField<?>>sdkFields()static Class<? extends InstanceMetadata.Builder>serializableBuilderClass()InstanceMetadata.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
identityStoreId
public final String identityStoreId()
The identifier of the identity store that is connected to the IAM Identity Center instance.
- Returns:
- The identifier of the identity store that is connected to the IAM Identity Center instance.
-
instanceArn
public final String instanceArn()
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
- Returns:
- The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
-
toBuilder
public InstanceMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InstanceMetadata.Builder,InstanceMetadata>
-
builder
public static InstanceMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends InstanceMetadata.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.
-
-