@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) |
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.
|
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)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.