@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvidedContext extends Object implements Serializable, Cloneable
Reserved for future use.
Constructor and Description |
---|
ProvidedContext() |
Modifier and Type | Method and Description |
---|---|
ProvidedContext |
clone() |
boolean |
equals(Object obj) |
String |
getContextAssertion()
Reserved for future use.
|
String |
getProviderArn()
Reserved for future use.
|
int |
hashCode() |
void |
setContextAssertion(String contextAssertion)
Reserved for future use.
|
void |
setProviderArn(String providerArn)
Reserved for future use.
|
String |
toString()
Returns a string representation of this object.
|
ProvidedContext |
withContextAssertion(String contextAssertion)
Reserved for future use.
|
ProvidedContext |
withProviderArn(String providerArn)
Reserved for future use.
|
public void setProviderArn(String providerArn)
Reserved for future use.
providerArn
- Reserved for future use.public String getProviderArn()
Reserved for future use.
public ProvidedContext withProviderArn(String providerArn)
Reserved for future use.
providerArn
- Reserved for future use.public void setContextAssertion(String contextAssertion)
Reserved for future use.
contextAssertion
- Reserved for future use.public String getContextAssertion()
Reserved for future use.
public ProvidedContext withContextAssertion(String contextAssertion)
Reserved for future use.
contextAssertion
- Reserved for future use.public String toString()
toString
in class Object
Object.toString()
public ProvidedContext clone()
Copyright © 2023. All rights reserved.