@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3Location extends Object implements Serializable, Cloneable, StructuredPojo
Information about the location training output.
Constructor and Description |
---|
S3Location() |
Modifier and Type | Method and Description |
---|---|
S3Location |
clone() |
boolean |
equals(Object obj) |
String |
getBucket()
The S3 bucket that contains the training output.
|
String |
getPrefix()
The path of the folder, within the S3 bucket, that contains the training output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucket(String bucket)
The S3 bucket that contains the training output.
|
void |
setPrefix(String prefix)
The path of the folder, within the S3 bucket, that contains the training output.
|
String |
toString()
Returns a string representation of this object.
|
S3Location |
withBucket(String bucket)
The S3 bucket that contains the training output.
|
S3Location |
withPrefix(String prefix)
The path of the folder, within the S3 bucket, that contains the training output.
|
public void setBucket(String bucket)
The S3 bucket that contains the training output.
bucket
- The S3 bucket that contains the training output.public String getBucket()
The S3 bucket that contains the training output.
public S3Location withBucket(String bucket)
The S3 bucket that contains the training output.
bucket
- The S3 bucket that contains the training output.public void setPrefix(String prefix)
The path of the folder, within the S3 bucket, that contains the training output.
prefix
- The path of the folder, within the S3 bucket, that contains the training output.public String getPrefix()
The path of the folder, within the S3 bucket, that contains the training output.
public S3Location withPrefix(String prefix)
The path of the folder, within the S3 bucket, that contains the training output.
prefix
- The path of the folder, within the S3 bucket, that contains the training output.public String toString()
toString
in class Object
Object.toString()
public S3Location clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.