@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceAssociationOutputUrl extends Object implements Serializable, Cloneable, StructuredPojo
The URL of 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 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 S3 bucket where you want to store the results of this request.
|
String |
toString()
Returns a string representation of this object.
|
InstanceAssociationOutputUrl |
withS3OutputUrl(S3OutputUrl s3OutputUrl)
The URL of S3 bucket where you want to store the results of this request.
|
public void setS3OutputUrl(S3OutputUrl s3OutputUrl)
The URL of S3 bucket where you want to store the results of this request.
s3OutputUrl
- The URL of S3 bucket where you want to store the results of this request.public S3OutputUrl getS3OutputUrl()
The URL of S3 bucket where you want to store the results of this request.
public InstanceAssociationOutputUrl withS3OutputUrl(S3OutputUrl s3OutputUrl)
The URL of S3 bucket where you want to store the results of this request.
s3OutputUrl
- The URL of S3 bucket where you want to store the results of this request.public String toString()
toString
in class Object
Object.toString()
public InstanceAssociationOutputUrl clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.