@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubscribedPrincipalInput extends Object implements Serializable, Cloneable, StructuredPojo
The principal that is to be given a subscriptiong grant.
| Constructor and Description |
|---|
SubscribedPrincipalInput() |
| Modifier and Type | Method and Description |
|---|---|
SubscribedPrincipalInput |
clone() |
boolean |
equals(Object obj) |
SubscribedProjectInput |
getProject()
The project that is to be given a subscription grant.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setProject(SubscribedProjectInput project)
The project that is to be given a subscription grant.
|
String |
toString()
Returns a string representation of this object.
|
SubscribedPrincipalInput |
withProject(SubscribedProjectInput project)
The project that is to be given a subscription grant.
|
public void setProject(SubscribedProjectInput project)
The project that is to be given a subscription grant.
project - The project that is to be given a subscription grant.public SubscribedProjectInput getProject()
The project that is to be given a subscription grant.
public SubscribedPrincipalInput withProject(SubscribedProjectInput project)
The project that is to be given a subscription grant.
project - The project that is to be given a subscription grant.public String toString()
toString in class ObjectObject.toString()public SubscribedPrincipalInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.