@Generated(value="software.amazon.awssdk:codegen") public final class GetOpenIdConnectProviderResponse extends IamResponse implements ToCopyableBuilder<GetOpenIdConnectProviderResponse.Builder,GetOpenIdConnectProviderResponse>
Contains the response to a successful GetOpenIDConnectProvider request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetOpenIdConnectProviderResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetOpenIdConnectProviderResponse.Builder |
builder() |
List<String> |
clientIDList()
A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource
object.
|
Instant |
createDate()
The date and time when the IAM OIDC provider resource object was created in the AWS account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasClientIDList()
Returns true if the ClientIDList property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasThumbprintList()
Returns true if the ThumbprintList property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetOpenIdConnectProviderResponse.Builder> |
serializableBuilderClass() |
List<String> |
thumbprintList()
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.
|
GetOpenIdConnectProviderResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
The URL that the IAM OIDC provider resource object is associated with.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String url()
The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.
public boolean hasClientIDList()
public List<String> clientIDList()
A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasClientIDList() to see if a value was sent in this field.
public boolean hasThumbprintList()
public List<String> thumbprintList()
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasThumbprintList() to see if a value was sent in this field.
public Instant createDate()
The date and time when the IAM OIDC provider resource object was created in the AWS account.
public GetOpenIdConnectProviderResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetOpenIdConnectProviderResponse.Builder,GetOpenIdConnectProviderResponse>toBuilder in class AwsResponsepublic static GetOpenIdConnectProviderResponse.Builder builder()
public static Class<? extends GetOpenIdConnectProviderResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.