@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateTrunkInterfaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateTrunkInterfaceResult() |
Modifier and Type | Method and Description |
---|---|
AssociateTrunkInterfaceResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
TrunkInterfaceAssociation |
getInterfaceAssociation()
Information about the association between the trunk network interface and branch network interface.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setInterfaceAssociation(TrunkInterfaceAssociation interfaceAssociation)
Information about the association between the trunk network interface and branch network interface.
|
String |
toString()
Returns a string representation of this object.
|
AssociateTrunkInterfaceResult |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
AssociateTrunkInterfaceResult |
withInterfaceAssociation(TrunkInterfaceAssociation interfaceAssociation)
Information about the association between the trunk network interface and branch network interface.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInterfaceAssociation(TrunkInterfaceAssociation interfaceAssociation)
Information about the association between the trunk network interface and branch network interface.
interfaceAssociation
- Information about the association between the trunk network interface and branch network interface.public TrunkInterfaceAssociation getInterfaceAssociation()
Information about the association between the trunk network interface and branch network interface.
public AssociateTrunkInterfaceResult withInterfaceAssociation(TrunkInterfaceAssociation interfaceAssociation)
Information about the association between the trunk network interface and branch network interface.
interfaceAssociation
- Information about the association between the trunk network interface and branch network interface.public void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring idempotency.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
public AssociateTrunkInterfaceResult withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring idempotency.public String toString()
toString
in class Object
Object.toString()
public AssociateTrunkInterfaceResult clone()