@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) |
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)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.