@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTransitGatewayPrefixListReferenceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTransitGatewayPrefixListReferenceResult() |
Modifier and Type | Method and Description |
---|---|
CreateTransitGatewayPrefixListReferenceResult |
clone() |
boolean |
equals(Object obj) |
TransitGatewayPrefixListReference |
getTransitGatewayPrefixListReference()
Information about the prefix list reference.
|
int |
hashCode() |
void |
setTransitGatewayPrefixListReference(TransitGatewayPrefixListReference transitGatewayPrefixListReference)
Information about the prefix list reference.
|
String |
toString()
Returns a string representation of this object.
|
CreateTransitGatewayPrefixListReferenceResult |
withTransitGatewayPrefixListReference(TransitGatewayPrefixListReference transitGatewayPrefixListReference)
Information about the prefix list reference.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateTransitGatewayPrefixListReferenceResult()
public void setTransitGatewayPrefixListReference(TransitGatewayPrefixListReference transitGatewayPrefixListReference)
Information about the prefix list reference.
transitGatewayPrefixListReference
- Information about the prefix list reference.public TransitGatewayPrefixListReference getTransitGatewayPrefixListReference()
Information about the prefix list reference.
public CreateTransitGatewayPrefixListReferenceResult withTransitGatewayPrefixListReference(TransitGatewayPrefixListReference transitGatewayPrefixListReference)
Information about the prefix list reference.
transitGatewayPrefixListReference
- Information about the prefix list reference.public String toString()
toString
in class Object
Object.toString()
public CreateTransitGatewayPrefixListReferenceResult clone()