Class OpenIDConnectProviderListEntry
- java.lang.Object
-
- com.amazonaws.services.identitymanagement.model.OpenIDConnectProviderListEntry
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class OpenIDConnectProviderListEntry extends Object implements Serializable, Cloneable
Contains the Amazon Resource Name (ARN) for an IAM OpenID Connect provider.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenIDConnectProviderListEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
setArn
public void setArn(String arn)
- Parameters:
arn
-
-
getArn
public String getArn()
- Returns:
-
withArn
public OpenIDConnectProviderListEntry withArn(String arn)
- Parameters:
arn
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public OpenIDConnectProviderListEntry clone()
-
-