@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceAssociationOutputUrl extends Object implements Serializable, Cloneable
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 |
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 Object
Object.toString()
public InstanceAssociationOutputUrl clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.