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