@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InferenceS3OutputConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies configuration information for the output results from the inference, including output S3 location.
Constructor and Description |
---|
InferenceS3OutputConfiguration() |
Modifier and Type | Method and Description |
---|---|
InferenceS3OutputConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getBucket()
The bucket containing the output results from the inference
|
String |
getPrefix()
The prefix for the S3 bucket used for the output results from the inference.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucket(String bucket)
The bucket containing the output results from the inference
|
void |
setPrefix(String prefix)
The prefix for the S3 bucket used for the output results from the inference.
|
String |
toString()
Returns a string representation of this object.
|
InferenceS3OutputConfiguration |
withBucket(String bucket)
The bucket containing the output results from the inference
|
InferenceS3OutputConfiguration |
withPrefix(String prefix)
The prefix for the S3 bucket used for the output results from the inference.
|
public void setBucket(String bucket)
The bucket containing the output results from the inference
bucket
- The bucket containing the output results from the inferencepublic String getBucket()
The bucket containing the output results from the inference
public InferenceS3OutputConfiguration withBucket(String bucket)
The bucket containing the output results from the inference
bucket
- The bucket containing the output results from the inferencepublic void setPrefix(String prefix)
The prefix for the S3 bucket used for the output results from the inference.
prefix
- The prefix for the S3 bucket used for the output results from the inference.public String getPrefix()
The prefix for the S3 bucket used for the output results from the inference.
public InferenceS3OutputConfiguration withPrefix(String prefix)
The prefix for the S3 bucket used for the output results from the inference.
prefix
- The prefix for the S3 bucket used for the output results from the inference.public String toString()
toString
in class Object
Object.toString()
public InferenceS3OutputConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.