@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3OutputUrl extends Object implements Serializable, Cloneable, StructuredPojo
A URL for the Amazon Web Services Systems Manager (Systems Manager) bucket where you want to store the results of this request.
| Constructor and Description |
|---|
S3OutputUrl() |
| Modifier and Type | Method and Description |
|---|---|
S3OutputUrl |
clone() |
boolean |
equals(Object obj) |
String |
getOutputUrl()
A URL for 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 |
setOutputUrl(String outputUrl)
A URL for an S3 bucket where you want to store the results of this request.
|
String |
toString()
Returns a string representation of this object.
|
S3OutputUrl |
withOutputUrl(String outputUrl)
A URL for an S3 bucket where you want to store the results of this request.
|
public void setOutputUrl(String outputUrl)
A URL for an S3 bucket where you want to store the results of this request.
outputUrl - A URL for an S3 bucket where you want to store the results of this request.public String getOutputUrl()
A URL for an S3 bucket where you want to store the results of this request.
public S3OutputUrl withOutputUrl(String outputUrl)
A URL for an S3 bucket where you want to store the results of this request.
outputUrl - A URL for an S3 bucket where you want to store the results of this request.public String toString()
toString in class ObjectObject.toString()public S3OutputUrl clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.