@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputS3Object extends Object implements Serializable, Cloneable, StructuredPojo
The S3 location where Amazon Lookout for Vision saves training output.
| Constructor and Description |
|---|
OutputS3Object() |
| Modifier and Type | Method and Description |
|---|---|
OutputS3Object |
clone() |
boolean |
equals(Object obj) |
String |
getBucket()
The bucket that contains the training output.
|
String |
getKey()
The location of the training output in the bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBucket(String bucket)
The bucket that contains the training output.
|
void |
setKey(String key)
The location of the training output in the bucket.
|
String |
toString()
Returns a string representation of this object.
|
OutputS3Object |
withBucket(String bucket)
The bucket that contains the training output.
|
OutputS3Object |
withKey(String key)
The location of the training output in the bucket.
|
public void setBucket(String bucket)
The bucket that contains the training output.
bucket - The bucket that contains the training output.public String getBucket()
The bucket that contains the training output.
public OutputS3Object withBucket(String bucket)
The bucket that contains the training output.
bucket - The bucket that contains the training output.public void setKey(String key)
The location of the training output in the bucket.
key - The location of the training output in the bucket.public String getKey()
The location of the training output in the bucket.
public OutputS3Object withKey(String key)
The location of the training output in the bucket.
key - The location of the training output in the bucket.public String toString()
toString in class ObjectObject.toString()public OutputS3Object clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.