@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConferencePreference extends Object implements Serializable, Cloneable, StructuredPojo
The default conference provider that is used if no other scheduled meetings are detected.
Constructor and Description |
---|
ConferencePreference() |
Modifier and Type | Method and Description |
---|---|
ConferencePreference |
clone() |
boolean |
equals(Object obj) |
String |
getDefaultConferenceProviderArn()
The ARN of the default conference provider.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDefaultConferenceProviderArn(String defaultConferenceProviderArn)
The ARN of the default conference provider.
|
String |
toString()
Returns a string representation of this object.
|
ConferencePreference |
withDefaultConferenceProviderArn(String defaultConferenceProviderArn)
The ARN of the default conference provider.
|
public void setDefaultConferenceProviderArn(String defaultConferenceProviderArn)
The ARN of the default conference provider.
defaultConferenceProviderArn
- The ARN of the default conference provider.public String getDefaultConferenceProviderArn()
The ARN of the default conference provider.
public ConferencePreference withDefaultConferenceProviderArn(String defaultConferenceProviderArn)
The ARN of the default conference provider.
defaultConferenceProviderArn
- The ARN of the default conference provider.public String toString()
toString
in class Object
Object.toString()
public ConferencePreference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.