@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvidedContext extends Object implements Serializable, Cloneable
Contains information about the provided context. This includes the signed and encrypted trusted context assertion and the context provider ARN from which the trusted context assertion was generated.
Constructor and Description |
---|
ProvidedContext() |
Modifier and Type | Method and Description |
---|---|
ProvidedContext |
clone() |
boolean |
equals(Object obj) |
String |
getContextAssertion()
The signed and encrypted trusted context assertion generated by the context provider.
|
String |
getProviderArn()
The context provider ARN from which the trusted context assertion was generated.
|
int |
hashCode() |
void |
setContextAssertion(String contextAssertion)
The signed and encrypted trusted context assertion generated by the context provider.
|
void |
setProviderArn(String providerArn)
The context provider ARN from which the trusted context assertion was generated.
|
String |
toString()
Returns a string representation of this object.
|
ProvidedContext |
withContextAssertion(String contextAssertion)
The signed and encrypted trusted context assertion generated by the context provider.
|
ProvidedContext |
withProviderArn(String providerArn)
The context provider ARN from which the trusted context assertion was generated.
|
public void setProviderArn(String providerArn)
The context provider ARN from which the trusted context assertion was generated.
providerArn
- The context provider ARN from which the trusted context assertion was generated.public String getProviderArn()
The context provider ARN from which the trusted context assertion was generated.
public ProvidedContext withProviderArn(String providerArn)
The context provider ARN from which the trusted context assertion was generated.
providerArn
- The context provider ARN from which the trusted context assertion was generated.public void setContextAssertion(String contextAssertion)
The signed and encrypted trusted context assertion generated by the context provider. The trusted context assertion is signed and encrypted by Amazon Web Services STS.
contextAssertion
- The signed and encrypted trusted context assertion generated by the context provider. The trusted context
assertion is signed and encrypted by Amazon Web Services STS.public String getContextAssertion()
The signed and encrypted trusted context assertion generated by the context provider. The trusted context assertion is signed and encrypted by Amazon Web Services STS.
public ProvidedContext withContextAssertion(String contextAssertion)
The signed and encrypted trusted context assertion generated by the context provider. The trusted context assertion is signed and encrypted by Amazon Web Services STS.
contextAssertion
- The signed and encrypted trusted context assertion generated by the context provider. The trusted context
assertion is signed and encrypted by Amazon Web Services STS.public String toString()
toString
in class Object
Object.toString()
public ProvidedContext clone()