@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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.ConferenceProviderType
public String getConferenceProviderType()
The type of the conference provider.
ConferenceProviderType
public UpdateConferenceProviderRequest withConferenceProviderType(String conferenceProviderType)
The type of the conference provider.
conferenceProviderType
- The type of the conference provider.ConferenceProviderType
public UpdateConferenceProviderRequest withConferenceProviderType(ConferenceProviderType conferenceProviderType)
The type of the conference provider.
conferenceProviderType
- The type of the conference provider.ConferenceProviderType
public 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 Object
Object.toString()
public UpdateConferenceProviderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.