@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProtectedQueryOutput extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about the protected query output.
Constructor and Description |
---|
ProtectedQueryOutput() |
Modifier and Type | Method and Description |
---|---|
ProtectedQueryOutput |
clone() |
boolean |
equals(Object obj) |
List<ProtectedQuerySingleMemberOutput> |
getMemberList()
The list of member Amazon Web Services account(s) that received the results of the query.
|
ProtectedQueryS3Output |
getS3()
If present, the output for a protected query with an `S3` output type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMemberList(Collection<ProtectedQuerySingleMemberOutput> memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
|
void |
setS3(ProtectedQueryS3Output s3)
If present, the output for a protected query with an `S3` output type.
|
String |
toString()
Returns a string representation of this object.
|
ProtectedQueryOutput |
withMemberList(Collection<ProtectedQuerySingleMemberOutput> memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
|
ProtectedQueryOutput |
withMemberList(ProtectedQuerySingleMemberOutput... memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
|
ProtectedQueryOutput |
withS3(ProtectedQueryS3Output s3)
If present, the output for a protected query with an `S3` output type.
|
public void setS3(ProtectedQueryS3Output s3)
If present, the output for a protected query with an `S3` output type.
s3
- If present, the output for a protected query with an `S3` output type.public ProtectedQueryS3Output getS3()
If present, the output for a protected query with an `S3` output type.
public ProtectedQueryOutput withS3(ProtectedQueryS3Output s3)
If present, the output for a protected query with an `S3` output type.
s3
- If present, the output for a protected query with an `S3` output type.public List<ProtectedQuerySingleMemberOutput> getMemberList()
The list of member Amazon Web Services account(s) that received the results of the query.
public void setMemberList(Collection<ProtectedQuerySingleMemberOutput> memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
memberList
- The list of member Amazon Web Services account(s) that received the results of the query.public ProtectedQueryOutput withMemberList(ProtectedQuerySingleMemberOutput... memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
NOTE: This method appends the values to the existing list (if any). Use
setMemberList(java.util.Collection)
or withMemberList(java.util.Collection)
if you want to
override the existing values.
memberList
- The list of member Amazon Web Services account(s) that received the results of the query.public ProtectedQueryOutput withMemberList(Collection<ProtectedQuerySingleMemberOutput> memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
memberList
- The list of member Amazon Web Services account(s) that received the results of the query.public String toString()
toString
in class Object
Object.toString()
public ProtectedQueryOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.