@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputDataConfig extends Object implements Serializable, Cloneable, StructuredPojo
S3 Location of the output data.
Constructor and Description |
---|
OutputDataConfig() |
Modifier and Type | Method and Description |
---|---|
OutputDataConfig |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
The S3 URI where the output data is stored.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Uri(String s3Uri)
The S3 URI where the output data is stored.
|
String |
toString()
Returns a string representation of this object.
|
OutputDataConfig |
withS3Uri(String s3Uri)
The S3 URI where the output data is stored.
|
public void setS3Uri(String s3Uri)
The S3 URI where the output data is stored.
s3Uri
- The S3 URI where the output data is stored.public String getS3Uri()
The S3 URI where the output data is stored.
public OutputDataConfig withS3Uri(String s3Uri)
The S3 URI where the output data is stored.
s3Uri
- The S3 URI where the output data is stored.public String toString()
toString
in class Object
Object.toString()
public OutputDataConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.