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() |
int |
hashCode() |
void |
setArn(String arn) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
OpenIDConnectProviderListEntry |
withArn(String arn) |
public void setArn(String arn)
arn - public String getArn()
public OpenIDConnectProviderListEntry withArn(String arn)
arn - public String toString()
toString in class ObjectObject.toString()public OpenIDConnectProviderListEntry clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.