public class GetOpenIDConnectProviderRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
openIDConnectProviderArn
The Amazon Resource Name (ARN) of the OIDC provider resource object in
IAM to get information for.
|
NOOP
Constructor and Description |
---|
GetOpenIDConnectProviderRequest() |
Modifier and Type | Method and Description |
---|---|
GetOpenIDConnectProviderRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the OIDC provider resource object in
IAM to get information for.
|
int |
hashCode() |
void |
setOpenIDConnectProviderArn(java.lang.String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the OIDC provider resource object in
IAM to get information for.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetOpenIDConnectProviderRequest |
withOpenIDConnectProviderArn(java.lang.String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the OIDC provider resource object in
IAM to get information for.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String openIDConnectProviderArn
The Amazon Resource Name (ARN) of the OIDC provider resource object in IAM to get information for. You can get a list of OIDC provider resource ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public void setOpenIDConnectProviderArn(java.lang.String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the OIDC provider resource object in IAM to get information for. You can get a list of OIDC provider resource ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
openIDConnectProviderArn
- The Amazon Resource Name (ARN) of the OIDC provider resource
object in IAM to get information for. You can get a list of OIDC
provider resource ARNs by using the
ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public java.lang.String getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the OIDC provider resource object in IAM to get information for. You can get a list of OIDC provider resource ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public GetOpenIDConnectProviderRequest withOpenIDConnectProviderArn(java.lang.String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the OIDC provider resource object in IAM to get information for. You can get a list of OIDC provider resource ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
openIDConnectProviderArn
- The Amazon Resource Name (ARN) of the OIDC provider resource
object in IAM to get information for. You can get a list of OIDC
provider resource ARNs by using the
ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetOpenIDConnectProviderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()