@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProtectedQueryS3Output extends Object implements Serializable, Cloneable, StructuredPojo
Contains output information for protected queries with an S3 output type.
Constructor and Description |
---|
ProtectedQueryS3Output() |
Modifier and Type | Method and Description |
---|---|
ProtectedQueryS3Output |
clone() |
boolean |
equals(Object obj) |
String |
getLocation()
The S3 location of the result.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLocation(String location)
The S3 location of the result.
|
String |
toString()
Returns a string representation of this object.
|
ProtectedQueryS3Output |
withLocation(String location)
The S3 location of the result.
|
public void setLocation(String location)
The S3 location of the result.
location
- The S3 location of the result.public String getLocation()
The S3 location of the result.
public ProtectedQueryS3Output withLocation(String location)
The S3 location of the result.
location
- The S3 location of the result.public String toString()
toString
in class Object
Object.toString()
public ProtectedQueryS3Output clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.