@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubscribedProjectInput extends Object implements Serializable, Cloneable, StructuredPojo
The project that is to be given a subscription grant.
| Constructor and Description |
|---|
SubscribedProjectInput() |
| Modifier and Type | Method and Description |
|---|---|
SubscribedProjectInput |
clone() |
boolean |
equals(Object obj) |
String |
getIdentifier()
The identifier of the project that is to be given a subscription grant.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIdentifier(String identifier)
The identifier of the project that is to be given a subscription grant.
|
String |
toString()
Returns a string representation of this object.
|
SubscribedProjectInput |
withIdentifier(String identifier)
The identifier of the project that is to be given a subscription grant.
|
public void setIdentifier(String identifier)
The identifier of the project that is to be given a subscription grant.
identifier - The identifier of the project that is to be given a subscription grant.public String getIdentifier()
The identifier of the project that is to be given a subscription grant.
public SubscribedProjectInput withIdentifier(String identifier)
The identifier of the project that is to be given a subscription grant.
identifier - The identifier of the project that is to be given a subscription grant.public String toString()
toString in class ObjectObject.toString()public SubscribedProjectInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.