@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CognitoOptionsStatus extends Object implements Serializable, Cloneable, StructuredPojo
The status of the Cognito options for the specified domain.
| Constructor and Description |
|---|
CognitoOptionsStatus() |
| Modifier and Type | Method and Description |
|---|---|
CognitoOptionsStatus |
clone() |
boolean |
equals(Object obj) |
CognitoOptions |
getOptions()
Cognito options for the specified domain.
|
OptionStatus |
getStatus()
The status of the Cognito options for the specified domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOptions(CognitoOptions options)
Cognito options for the specified domain.
|
void |
setStatus(OptionStatus status)
The status of the Cognito options for the specified domain.
|
String |
toString()
Returns a string representation of this object.
|
CognitoOptionsStatus |
withOptions(CognitoOptions options)
Cognito options for the specified domain.
|
CognitoOptionsStatus |
withStatus(OptionStatus status)
The status of the Cognito options for the specified domain.
|
public void setOptions(CognitoOptions options)
Cognito options for the specified domain.
options - Cognito options for the specified domain.public CognitoOptions getOptions()
Cognito options for the specified domain.
public CognitoOptionsStatus withOptions(CognitoOptions options)
Cognito options for the specified domain.
options - Cognito options for the specified domain.public void setStatus(OptionStatus status)
The status of the Cognito options for the specified domain.
status - The status of the Cognito options for the specified domain.public OptionStatus getStatus()
The status of the Cognito options for the specified domain.
public CognitoOptionsStatus withStatus(OptionStatus status)
The status of the Cognito options for the specified domain.
status - The status of the Cognito options for the specified domain.public String toString()
toString in class ObjectObject.toString()public CognitoOptionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.