@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConferenceProviderResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateConferenceProviderResult() |
Modifier and Type | Method and Description |
---|---|
CreateConferenceProviderResult |
clone() |
boolean |
equals(Object obj) |
String |
getConferenceProviderArn()
The ARN of the newly-created conference provider.
|
int |
hashCode() |
void |
setConferenceProviderArn(String conferenceProviderArn)
The ARN of the newly-created conference provider.
|
String |
toString()
Returns a string representation of this object.
|
CreateConferenceProviderResult |
withConferenceProviderArn(String conferenceProviderArn)
The ARN of the newly-created conference provider.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConferenceProviderArn(String conferenceProviderArn)
The ARN of the newly-created conference provider.
conferenceProviderArn
- The ARN of the newly-created conference provider.public String getConferenceProviderArn()
The ARN of the newly-created conference provider.
public CreateConferenceProviderResult withConferenceProviderArn(String conferenceProviderArn)
The ARN of the newly-created conference provider.
conferenceProviderArn
- The ARN of the newly-created conference provider.public String toString()
toString
in class Object
Object.toString()
public CreateConferenceProviderResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.