@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociatePhoneNumbersWithVoiceConnectorGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociatePhoneNumbersWithVoiceConnectorGroupResult() |
Modifier and Type | Method and Description |
---|---|
AssociatePhoneNumbersWithVoiceConnectorGroupResult |
clone() |
boolean |
equals(Object obj) |
List<PhoneNumberError> |
getPhoneNumberErrors() |
int |
hashCode() |
void |
setPhoneNumberErrors(Collection<PhoneNumberError> phoneNumberErrors) |
String |
toString()
Returns a string representation of this object.
|
AssociatePhoneNumbersWithVoiceConnectorGroupResult |
withPhoneNumberErrors(Collection<PhoneNumberError> phoneNumberErrors) |
AssociatePhoneNumbersWithVoiceConnectorGroupResult |
withPhoneNumberErrors(PhoneNumberError... phoneNumberErrors)
NOTE: This method appends the values to the existing list (if any).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public AssociatePhoneNumbersWithVoiceConnectorGroupResult()
public List<PhoneNumberError> getPhoneNumberErrors()
public void setPhoneNumberErrors(Collection<PhoneNumberError> phoneNumberErrors)
phoneNumberErrors
- public AssociatePhoneNumbersWithVoiceConnectorGroupResult withPhoneNumberErrors(PhoneNumberError... phoneNumberErrors)
NOTE: This method appends the values to the existing list (if any). Use
setPhoneNumberErrors(java.util.Collection)
or withPhoneNumberErrors(java.util.Collection)
if
you want to override the existing values.
phoneNumberErrors
- public AssociatePhoneNumbersWithVoiceConnectorGroupResult withPhoneNumberErrors(Collection<PhoneNumberError> phoneNumberErrors)
phoneNumberErrors
- public String toString()
toString
in class Object
Object.toString()
public AssociatePhoneNumbersWithVoiceConnectorGroupResult clone()