@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceAssociationOutputLocation extends Object implements Serializable, Cloneable, StructuredPojo
An S3 bucket where you want to store the results of this request.
For the minimal permissions required to enable Amazon S3 output for an association, see Create an association (console) in the Systems Manager User Guide.
Constructor and Description |
---|
InstanceAssociationOutputLocation() |
Modifier and Type | Method and Description |
---|---|
InstanceAssociationOutputLocation |
clone() |
boolean |
equals(Object obj) |
S3OutputLocation |
getS3Location()
An 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 S3 bucket where you want to store the results of this request.
|
String |
toString()
Returns a string representation of this object.
|
InstanceAssociationOutputLocation |
withS3Location(S3OutputLocation s3Location)
An S3 bucket where you want to store the results of this request.
|
public void setS3Location(S3OutputLocation s3Location)
An S3 bucket where you want to store the results of this request.
s3Location
- An S3 bucket where you want to store the results of this request.public S3OutputLocation getS3Location()
An S3 bucket where you want to store the results of this request.
public InstanceAssociationOutputLocation withS3Location(S3OutputLocation s3Location)
An S3 bucket where you want to store the results of this request.
s3Location
- An 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.