public class OpenIDConnectProviderListEntry extends Object implements Serializable, Cloneable
Contains the Amazon Resource Name (ARN) for an IAM OpenID Connect provider.
| Constructor and Description |
|---|
OpenIDConnectProviderListEntry() |
| Modifier and Type | Method and Description |
|---|---|
OpenIDConnectProviderListEntry |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN).
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN).
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
OpenIDConnectProviderListEntry |
withArn(String arn)
The Amazon Resource Name (ARN).
|
public String getArn()
For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
Constraints:
Length: 20 - 2048
For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public void setArn(String arn)
For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
Constraints:
Length: 20 - 2048
arn - The Amazon Resource Name (ARN). ARNs are unique identifiers for AWS
resources. For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public OpenIDConnectProviderListEntry withArn(String arn)
For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
arn - The Amazon Resource Name (ARN). ARNs are unique identifiers for AWS
resources. For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public String toString()
toString in class ObjectObject.toString()public OpenIDConnectProviderListEntry clone()
Copyright © 2015. All rights reserved.