@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProtectedQueryMemberOutputConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains configuration details for the protected query member output.
Constructor and Description |
---|
ProtectedQueryMemberOutputConfiguration() |
Modifier and Type | Method and Description |
---|---|
ProtectedQueryMemberOutputConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The unique identifier for the account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The unique identifier for the account.
|
String |
toString()
Returns a string representation of this object.
|
ProtectedQueryMemberOutputConfiguration |
withAccountId(String accountId)
The unique identifier for the account.
|
public ProtectedQueryMemberOutputConfiguration()
public void setAccountId(String accountId)
The unique identifier for the account.
accountId
- The unique identifier for the account.public String getAccountId()
The unique identifier for the account.
public ProtectedQueryMemberOutputConfiguration withAccountId(String accountId)
The unique identifier for the account.
accountId
- The unique identifier for the account.public String toString()
toString
in class Object
Object.toString()
public ProtectedQueryMemberOutputConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.