@Generated(value="software.amazon.awssdk:codegen") public class S3OutputUrl extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<S3OutputUrl.Builder,S3OutputUrl>
A URL for the Amazon S3 bucket where you want to store the results of this request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3OutputUrl.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3OutputUrl.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
outputUrl()
A URL for an Amazon S3 bucket where you want to store the results of this request.
|
static Class<? extends S3OutputUrl.Builder> |
serializableBuilderClass() |
S3OutputUrl.Builder |
toBuilder() |
String |
toString() |
public String outputUrl()
A URL for an Amazon S3 bucket where you want to store the results of this request.
public S3OutputUrl.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<S3OutputUrl.Builder,S3OutputUrl>public static S3OutputUrl.Builder builder()
public static Class<? extends S3OutputUrl.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.