@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateTrunkInterfaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisassociateTrunkInterfaceResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateTrunkInterfaceResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
Boolean |
getReturn()
Returns
true if the request succeeds; otherwise, it returns an error. |
int |
hashCode() |
Boolean |
isReturn()
Returns
true if the request succeeds; otherwise, it returns an error. |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setReturn(Boolean returnValue)
Returns
true if the request succeeds; otherwise, it returns an error. |
String |
toString()
Returns a string representation of this object.
|
DisassociateTrunkInterfaceResult |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DisassociateTrunkInterfaceResult |
withReturn(Boolean returnValue)
Returns
true if the request succeeds; otherwise, it returns an error. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReturn(Boolean returnValue)
Returns true
if the request succeeds; otherwise, it returns an error.
returnValue
- Returns true
if the request succeeds; otherwise, it returns an error.public Boolean getReturn()
Returns true
if the request succeeds; otherwise, it returns an error.
true
if the request succeeds; otherwise, it returns an error.public DisassociateTrunkInterfaceResult withReturn(Boolean returnValue)
Returns true
if the request succeeds; otherwise, it returns an error.
returnValue
- Returns true
if the request succeeds; otherwise, it returns an error.public Boolean isReturn()
Returns true
if the request succeeds; otherwise, it returns an error.
true
if the request succeeds; otherwise, it returns an error.public void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to Ensure
Idempotency.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
public DisassociateTrunkInterfaceResult withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to Ensure
Idempotency.public String toString()
toString
in class Object
Object.toString()
public DisassociateTrunkInterfaceResult clone()
Copyright © 2021. All rights reserved.