@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputLocation extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the location where the select job results are stored.
| Constructor and Description |
|---|
OutputLocation() |
| Modifier and Type | Method and Description |
|---|---|
OutputLocation |
clone() |
boolean |
equals(Object obj) |
S3Location |
getS3()
Describes an S3 location that will receive the results of the job request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3(S3Location s3)
Describes an S3 location that will receive the results of the job request.
|
String |
toString()
Returns a string representation of this object.
|
OutputLocation |
withS3(S3Location s3)
Describes an S3 location that will receive the results of the job request.
|
public void setS3(S3Location s3)
Describes an S3 location that will receive the results of the job request.
s3 - Describes an S3 location that will receive the results of the job request.public S3Location getS3()
Describes an S3 location that will receive the results of the job request.
public OutputLocation withS3(S3Location s3)
Describes an S3 location that will receive the results of the job request.
s3 - Describes an S3 location that will receive the results of the job request.public String toString()
toString in class ObjectObject.toString()public OutputLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.