@Generated(value="software.amazon.awssdk:codegen") public class OpenIDConnectProviderListEntry extends Object implements ToCopyableBuilder<OpenIDConnectProviderListEntry.Builder,OpenIDConnectProviderListEntry>
Contains the Amazon Resource Name (ARN) for an IAM OpenID Connect provider.
Modifier and Type | Class and Description |
---|---|
static interface |
OpenIDConnectProviderListEntry.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
Returns the value of the Arn property for this object.
|
static OpenIDConnectProviderListEntry.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends OpenIDConnectProviderListEntry.Builder> |
serializableBuilderClass() |
OpenIDConnectProviderListEntry.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String arn()
public OpenIDConnectProviderListEntry.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<OpenIDConnectProviderListEntry.Builder,OpenIDConnectProviderListEntry>
public static OpenIDConnectProviderListEntry.Builder builder()
public static Class<? extends OpenIDConnectProviderListEntry.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.