@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PhoneNumberAssociation extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
PhoneNumberAssociation() |
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberAssociation |
clone() |
boolean |
equals(Object obj) |
Date |
getAssociatedTimestamp() |
String |
getName() |
String |
getValue() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAssociatedTimestamp(Date associatedTimestamp) |
void |
setName(String name) |
void |
setValue(String value) |
String |
toString()
Returns a string representation of this object.
|
PhoneNumberAssociation |
withAssociatedTimestamp(Date associatedTimestamp) |
PhoneNumberAssociation |
withName(PhoneNumberAssociationName name) |
PhoneNumberAssociation |
withName(String name) |
PhoneNumberAssociation |
withValue(String value) |
public void setValue(String value)
value - public String getValue()
public PhoneNumberAssociation withValue(String value)
value - public void setName(String name)
name - PhoneNumberAssociationNamepublic String getName()
PhoneNumberAssociationNamepublic PhoneNumberAssociation withName(String name)
name - PhoneNumberAssociationNamepublic PhoneNumberAssociation withName(PhoneNumberAssociationName name)
name - PhoneNumberAssociationNamepublic void setAssociatedTimestamp(Date associatedTimestamp)
associatedTimestamp - public Date getAssociatedTimestamp()
public PhoneNumberAssociation withAssociatedTimestamp(Date associatedTimestamp)
associatedTimestamp - public String toString()
toString in class ObjectObject.toString()public PhoneNumberAssociation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.