@Generated(value="software.amazon.awssdk:codegen") public final class InstanceMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceMetadata.Builder,InstanceMetadata>
Provides information about the SSO instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InstanceMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InstanceMetadata.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identityStoreId()
The identifier of the identity store that is connected to the SSO instance.
|
String |
instanceArn()
The ARN of the SSO instance under which the operation will be executed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InstanceMetadata.Builder> |
serializableBuilderClass() |
InstanceMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String instanceArn()
The ARN of the SSO 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.
public final String identityStoreId()
The identifier of the identity store that is connected to the SSO instance.
public InstanceMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InstanceMetadata.Builder,InstanceMetadata>public static InstanceMetadata.Builder builder()
public static Class<? extends InstanceMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.