@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceAssociationOutputLocation extends Object implements Serializable, Cloneable, StructuredPojo
An Amazon S3 bucket where you want to store the results of this request.
Constructor and Description |
---|
InstanceAssociationOutputLocation() |
Modifier and Type | Method and Description |
---|---|
InstanceAssociationOutputLocation |
clone() |
boolean |
equals(Object obj) |
S3OutputLocation |
getS3Location()
An Amazon S3 bucket where you want to store the results of this request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Location(S3OutputLocation s3Location)
An Amazon S3 bucket where you want to store the results of this request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InstanceAssociationOutputLocation |
withS3Location(S3OutputLocation s3Location)
An Amazon S3 bucket where you want to store the results of this request.
|
public void setS3Location(S3OutputLocation s3Location)
An Amazon S3 bucket where you want to store the results of this request.
s3Location
- An Amazon S3 bucket where you want to store the results of this request.public S3OutputLocation getS3Location()
An Amazon S3 bucket where you want to store the results of this request.
public InstanceAssociationOutputLocation withS3Location(S3OutputLocation s3Location)
An Amazon S3 bucket where you want to store the results of this request.
s3Location
- An Amazon S3 bucket where you want to store the results of this request.public String toString()
toString
in class Object
Object.toString()
public InstanceAssociationOutputLocation 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.