@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTrustedTokenIssuerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTrustedTokenIssuerResult() |
Modifier and Type | Method and Description |
---|---|
CreateTrustedTokenIssuerResult |
clone() |
boolean |
equals(Object obj) |
String |
getTrustedTokenIssuerArn()
The ARN of the new trusted token issuer configuration.
|
int |
hashCode() |
void |
setTrustedTokenIssuerArn(String trustedTokenIssuerArn)
The ARN of the new trusted token issuer configuration.
|
String |
toString()
Returns a string representation of this object.
|
CreateTrustedTokenIssuerResult |
withTrustedTokenIssuerArn(String trustedTokenIssuerArn)
The ARN of the new trusted token issuer configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTrustedTokenIssuerArn(String trustedTokenIssuerArn)
The ARN of the new trusted token issuer configuration.
trustedTokenIssuerArn
- The ARN of the new trusted token issuer configuration.public String getTrustedTokenIssuerArn()
The ARN of the new trusted token issuer configuration.
public CreateTrustedTokenIssuerResult withTrustedTokenIssuerArn(String trustedTokenIssuerArn)
The ARN of the new trusted token issuer configuration.
trustedTokenIssuerArn
- The ARN of the new trusted token issuer configuration.public String toString()
toString
in class Object
Object.toString()
public CreateTrustedTokenIssuerResult clone()