@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConferenceProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateConferenceProviderRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateConferenceProviderRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConferenceProviderArn()
The ARN of the conference provider.
|
String |
getConferenceProviderType()
The type of the conference provider.
|
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.
|
int |
hashCode() |
void |
setConferenceProviderArn(String conferenceProviderArn)
The ARN of the conference provider.
|
void |
setConferenceProviderType(String conferenceProviderType)
The type of the conference provider.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConferenceProviderRequest |
withConferenceProviderArn(String conferenceProviderArn)
The ARN of the conference provider.
|
UpdateConferenceProviderRequest |
withConferenceProviderType(ConferenceProviderType conferenceProviderType)
The type of the conference provider.
|
UpdateConferenceProviderRequest |
withConferenceProviderType(String conferenceProviderType)
The type of the conference provider.
|
UpdateConferenceProviderRequest |
withIPDialIn(IPDialIn iPDialIn)
The IP endpoint and protocol for calling.
|
UpdateConferenceProviderRequest |
withMeetingSetting(MeetingSetting meetingSetting)
The meeting settings for the conference provider.
|
UpdateConferenceProviderRequest |
withPSTNDialIn(PSTNDialIn pSTNDialIn)
The information for PSTN conferencing.
|
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 setConferenceProviderArn(String conferenceProviderArn)
The ARN of the conference provider.
conferenceProviderArn - The ARN of the conference provider.public String getConferenceProviderArn()
The ARN of the conference provider.
public UpdateConferenceProviderRequest withConferenceProviderArn(String conferenceProviderArn)
The ARN of the conference provider.
conferenceProviderArn - The ARN of the conference provider.public void setConferenceProviderType(String conferenceProviderType)
The type of the conference provider.
conferenceProviderType - The type of the conference provider.ConferenceProviderTypepublic String getConferenceProviderType()
The type of the conference provider.
ConferenceProviderTypepublic UpdateConferenceProviderRequest withConferenceProviderType(String conferenceProviderType)
The type of the conference provider.
conferenceProviderType - The type of the conference provider.ConferenceProviderTypepublic UpdateConferenceProviderRequest withConferenceProviderType(ConferenceProviderType conferenceProviderType)
The type of the conference provider.
conferenceProviderType - The type of the conference provider.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 UpdateConferenceProviderRequest 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 UpdateConferenceProviderRequest 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 UpdateConferenceProviderRequest withMeetingSetting(MeetingSetting meetingSetting)
The meeting settings for the conference provider.
meetingSetting - The meeting settings for the conference provider.public String toString()
toString in class ObjectObject.toString()public UpdateConferenceProviderRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.