@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GenerateTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GenerateTemplateResult() |
Modifier and Type | Method and Description |
---|---|
GenerateTemplateResult |
clone() |
boolean |
equals(Object obj) |
S3Location |
getS3Location()
Location of the Amazon S3 object.
|
int |
hashCode() |
void |
setS3Location(S3Location s3Location)
Location of the Amazon S3 object.
|
String |
toString()
Returns a string representation of this object.
|
GenerateTemplateResult |
withS3Location(S3Location s3Location)
Location of the Amazon S3 object.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setS3Location(S3Location s3Location)
Location of the Amazon S3 object.
s3Location
- Location of the Amazon S3 object.public S3Location getS3Location()
Location of the Amazon S3 object.
public GenerateTemplateResult withS3Location(S3Location s3Location)
Location of the Amazon S3 object.
s3Location
- Location of the Amazon S3 object.public String toString()
toString
in class Object
Object.toString()
public GenerateTemplateResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.