@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PendingAggregationRequest extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents the account ID and region of an aggregator account that is requesting authorization but is not yet authorized.
Constructor and Description |
---|
PendingAggregationRequest() |
Modifier and Type | Method and Description |
---|---|
PendingAggregationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getRequesterAccountId()
The 12-digit account ID of the account requesting to aggregate data.
|
String |
getRequesterAwsRegion()
The region requesting to aggregate data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRequesterAccountId(String requesterAccountId)
The 12-digit account ID of the account requesting to aggregate data.
|
void |
setRequesterAwsRegion(String requesterAwsRegion)
The region requesting to aggregate data.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PendingAggregationRequest |
withRequesterAccountId(String requesterAccountId)
The 12-digit account ID of the account requesting to aggregate data.
|
PendingAggregationRequest |
withRequesterAwsRegion(String requesterAwsRegion)
The region requesting to aggregate data.
|
public void setRequesterAccountId(String requesterAccountId)
The 12-digit account ID of the account requesting to aggregate data.
requesterAccountId
- The 12-digit account ID of the account requesting to aggregate data.public String getRequesterAccountId()
The 12-digit account ID of the account requesting to aggregate data.
public PendingAggregationRequest withRequesterAccountId(String requesterAccountId)
The 12-digit account ID of the account requesting to aggregate data.
requesterAccountId
- The 12-digit account ID of the account requesting to aggregate data.public void setRequesterAwsRegion(String requesterAwsRegion)
The region requesting to aggregate data.
requesterAwsRegion
- The region requesting to aggregate data.public String getRequesterAwsRegion()
The region requesting to aggregate data.
public PendingAggregationRequest withRequesterAwsRegion(String requesterAwsRegion)
The region requesting to aggregate data.
requesterAwsRegion
- The region requesting to aggregate data.public String toString()
toString
in class Object
Object.toString()
public PendingAggregationRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.