@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVoiceConnectorTerminationCredentialsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteVoiceConnectorTerminationCredentialsRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteVoiceConnectorTerminationCredentialsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getUsernames()
The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.
|
String |
getVoiceConnectorId()
The Amazon Chime Voice Connector ID.
|
int |
hashCode() |
void |
setUsernames(Collection<String> usernames)
The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.
|
void |
setVoiceConnectorId(String voiceConnectorId)
The Amazon Chime Voice Connector ID.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVoiceConnectorTerminationCredentialsRequest |
withUsernames(Collection<String> usernames)
The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.
|
DeleteVoiceConnectorTerminationCredentialsRequest |
withUsernames(String... usernames)
The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.
|
DeleteVoiceConnectorTerminationCredentialsRequest |
withVoiceConnectorId(String voiceConnectorId)
The Amazon Chime Voice Connector ID.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DeleteVoiceConnectorTerminationCredentialsRequest()
public void setVoiceConnectorId(String voiceConnectorId)
The Amazon Chime Voice Connector ID.
voiceConnectorId
- The Amazon Chime Voice Connector ID.public String getVoiceConnectorId()
The Amazon Chime Voice Connector ID.
public DeleteVoiceConnectorTerminationCredentialsRequest withVoiceConnectorId(String voiceConnectorId)
The Amazon Chime Voice Connector ID.
voiceConnectorId
- The Amazon Chime Voice Connector ID.public List<String> getUsernames()
The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.
public void setUsernames(Collection<String> usernames)
The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.
usernames
- The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.public DeleteVoiceConnectorTerminationCredentialsRequest withUsernames(String... usernames)
The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.
NOTE: This method appends the values to the existing list (if any). Use
setUsernames(java.util.Collection)
or withUsernames(java.util.Collection)
if you want to
override the existing values.
usernames
- The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.public DeleteVoiceConnectorTerminationCredentialsRequest withUsernames(Collection<String> usernames)
The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.
usernames
- The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.public String toString()
toString
in class Object
Object.toString()
public DeleteVoiceConnectorTerminationCredentialsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()