@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceAssociationOutputUrl extends Object implements Serializable, Cloneable, StructuredPojo
The URL of Amazon S3 bucket where you want to store the results of this request.
| Constructor and Description |
|---|
InstanceAssociationOutputUrl() |
| Modifier and Type | Method and Description |
|---|---|
InstanceAssociationOutputUrl |
clone() |
boolean |
equals(Object obj) |
S3OutputUrl |
getS3OutputUrl()
The URL of 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 |
setS3OutputUrl(S3OutputUrl s3OutputUrl)
The URL of 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.
|
InstanceAssociationOutputUrl |
withS3OutputUrl(S3OutputUrl s3OutputUrl)
The URL of Amazon S3 bucket where you want to store the results of this request.
|
public void setS3OutputUrl(S3OutputUrl s3OutputUrl)
The URL of Amazon S3 bucket where you want to store the results of this request.
s3OutputUrl - The URL of Amazon S3 bucket where you want to store the results of this request.public S3OutputUrl getS3OutputUrl()
The URL of Amazon S3 bucket where you want to store the results of this request.
public InstanceAssociationOutputUrl withS3OutputUrl(S3OutputUrl s3OutputUrl)
The URL of Amazon S3 bucket where you want to store the results of this request.
s3OutputUrl - The URL of Amazon S3 bucket where you want to store the results of this request.public String toString()
toString in class ObjectObject.toString()public InstanceAssociationOutputUrl clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.