@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSMSSandboxAccountStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSMSSandboxAccountStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetSMSSandboxAccountStatusResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsInSandbox()
Indicates whether the calling Amazon Web Services account is in the SMS sandbox.
|
int |
hashCode() |
Boolean |
isInSandbox()
Indicates whether the calling Amazon Web Services account is in the SMS sandbox.
|
void |
setIsInSandbox(Boolean isInSandbox)
Indicates whether the calling Amazon Web Services account is in the SMS sandbox.
|
String |
toString()
Returns a string representation of this object.
|
GetSMSSandboxAccountStatusResult |
withIsInSandbox(Boolean isInSandbox)
Indicates whether the calling Amazon Web Services account is in the SMS sandbox.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIsInSandbox(Boolean isInSandbox)
Indicates whether the calling Amazon Web Services account is in the SMS sandbox.
isInSandbox
- Indicates whether the calling Amazon Web Services account is in the SMS sandbox.public Boolean getIsInSandbox()
Indicates whether the calling Amazon Web Services account is in the SMS sandbox.
public GetSMSSandboxAccountStatusResult withIsInSandbox(Boolean isInSandbox)
Indicates whether the calling Amazon Web Services account is in the SMS sandbox.
isInSandbox
- Indicates whether the calling Amazon Web Services account is in the SMS sandbox.public Boolean isInSandbox()
Indicates whether the calling Amazon Web Services account is in the SMS sandbox.
public String toString()
toString
in class Object
Object.toString()
public GetSMSSandboxAccountStatusResult clone()