@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConferenceProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateConferenceProviderRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateConferenceProviderRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientRequestToken()
The request token of the client.
|
String |
getConferenceProviderName()
The name of the conference provider.
|
String |
getConferenceProviderType()
Represents a type within a list of predefined types.
|
IPDialIn |
getIPDialIn()
The IP endpoint and protocol for calling.
|
MeetingSetting |
getMeetingSetting()
The meeting settings for the conference provider.
|
PSTNDialIn |
getPSTNDialIn()
The information for PSTN conferencing.
|
List<Tag> |
getTags()
The tags to be added to the specified resource.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
The request token of the client.
|
void |
setConferenceProviderName(String conferenceProviderName)
The name of the conference provider.
|
void |
setConferenceProviderType(String conferenceProviderType)
Represents a type within a list of predefined types.
|
void |
setIPDialIn(IPDialIn iPDialIn)
The IP endpoint and protocol for calling.
|
void |
setMeetingSetting(MeetingSetting meetingSetting)
The meeting settings for the conference provider.
|
void |
setPSTNDialIn(PSTNDialIn pSTNDialIn)
The information for PSTN conferencing.
|
void |
setTags(Collection<Tag> tags)
The tags to be added to the specified resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateConferenceProviderRequest |
withClientRequestToken(String clientRequestToken)
The request token of the client.
|
CreateConferenceProviderRequest |
withConferenceProviderName(String conferenceProviderName)
The name of the conference provider.
|
CreateConferenceProviderRequest |
withConferenceProviderType(ConferenceProviderType conferenceProviderType)
Represents a type within a list of predefined types.
|
CreateConferenceProviderRequest |
withConferenceProviderType(String conferenceProviderType)
Represents a type within a list of predefined types.
|
CreateConferenceProviderRequest |
withIPDialIn(IPDialIn iPDialIn)
The IP endpoint and protocol for calling.
|
CreateConferenceProviderRequest |
withMeetingSetting(MeetingSetting meetingSetting)
The meeting settings for the conference provider.
|
CreateConferenceProviderRequest |
withPSTNDialIn(PSTNDialIn pSTNDialIn)
The information for PSTN conferencing.
|
CreateConferenceProviderRequest |
withTags(Collection<Tag> tags)
The tags to be added to the specified resource.
|
CreateConferenceProviderRequest |
withTags(Tag... tags)
The tags to be added to the specified resource.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setConferenceProviderName(String conferenceProviderName)
The name of the conference provider.
conferenceProviderName - The name of the conference provider.public String getConferenceProviderName()
The name of the conference provider.
public CreateConferenceProviderRequest withConferenceProviderName(String conferenceProviderName)
The name of the conference provider.
conferenceProviderName - The name of the conference provider.public void setConferenceProviderType(String conferenceProviderType)
Represents a type within a list of predefined types.
conferenceProviderType - Represents a type within a list of predefined types.ConferenceProviderTypepublic String getConferenceProviderType()
Represents a type within a list of predefined types.
ConferenceProviderTypepublic CreateConferenceProviderRequest withConferenceProviderType(String conferenceProviderType)
Represents a type within a list of predefined types.
conferenceProviderType - Represents a type within a list of predefined types.ConferenceProviderTypepublic CreateConferenceProviderRequest withConferenceProviderType(ConferenceProviderType conferenceProviderType)
Represents a type within a list of predefined types.
conferenceProviderType - Represents a type within a list of predefined types.ConferenceProviderTypepublic void setIPDialIn(IPDialIn iPDialIn)
The IP endpoint and protocol for calling.
iPDialIn - The IP endpoint and protocol for calling.public IPDialIn getIPDialIn()
The IP endpoint and protocol for calling.
public CreateConferenceProviderRequest withIPDialIn(IPDialIn iPDialIn)
The IP endpoint and protocol for calling.
iPDialIn - The IP endpoint and protocol for calling.public void setPSTNDialIn(PSTNDialIn pSTNDialIn)
The information for PSTN conferencing.
pSTNDialIn - The information for PSTN conferencing.public PSTNDialIn getPSTNDialIn()
The information for PSTN conferencing.
public CreateConferenceProviderRequest withPSTNDialIn(PSTNDialIn pSTNDialIn)
The information for PSTN conferencing.
pSTNDialIn - The information for PSTN conferencing.public void setMeetingSetting(MeetingSetting meetingSetting)
The meeting settings for the conference provider.
meetingSetting - The meeting settings for the conference provider.public MeetingSetting getMeetingSetting()
The meeting settings for the conference provider.
public CreateConferenceProviderRequest withMeetingSetting(MeetingSetting meetingSetting)
The meeting settings for the conference provider.
meetingSetting - The meeting settings for the conference provider.public void setClientRequestToken(String clientRequestToken)
The request token of the client.
clientRequestToken - The request token of the client.public String getClientRequestToken()
The request token of the client.
public CreateConferenceProviderRequest withClientRequestToken(String clientRequestToken)
The request token of the client.
clientRequestToken - The request token of the client.public List<Tag> getTags()
The tags to be added to the specified resource. Do not provide system tags.
public void setTags(Collection<Tag> tags)
The tags to be added to the specified resource. Do not provide system tags.
tags - The tags to be added to the specified resource. Do not provide system tags.public CreateConferenceProviderRequest withTags(Tag... tags)
The tags to be added to the specified resource. Do not provide system tags.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - The tags to be added to the specified resource. Do not provide system tags.public CreateConferenceProviderRequest withTags(Collection<Tag> tags)
The tags to be added to the specified resource. Do not provide system tags.
tags - The tags to be added to the specified resource. Do not provide system tags.public String toString()
toString in class ObjectObject.toString()public CreateConferenceProviderRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.