public class CreateOpenIDConnectProviderResult extends Object implements Serializable, Cloneable
Contains the response to a successful CreateOpenIDConnectProvider request.
Constructor and Description |
---|
CreateOpenIDConnectProviderResult() |
Modifier and Type | Method and Description |
---|---|
CreateOpenIDConnectProviderResult |
clone() |
boolean |
equals(Object obj) |
String |
getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OpenID Connect provider that
was created.
|
int |
hashCode() |
void |
setOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect provider that
was created.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateOpenIDConnectProviderResult |
withOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect provider that
was created.
|
public String getOpenIDConnectProviderArn()
Constraints:
Length: 20 - 2048
public void setOpenIDConnectProviderArn(String openIDConnectProviderArn)
Constraints:
Length: 20 - 2048
openIDConnectProviderArn
- The Amazon Resource Name (ARN) of the IAM OpenID Connect provider that
was created. For more information, see
OpenIDConnectProviderListEntry.public CreateOpenIDConnectProviderResult withOpenIDConnectProviderArn(String openIDConnectProviderArn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
openIDConnectProviderArn
- The Amazon Resource Name (ARN) of the IAM OpenID Connect provider that
was created. For more information, see
OpenIDConnectProviderListEntry.public String toString()
toString
in class Object
Object.toString()
public CreateOpenIDConnectProviderResult clone()
Copyright © 2015. All rights reserved.