@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTransitGatewayRouteTableAnnouncementRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateTransitGatewayRouteTableAnnouncementRequest>
NOOP
Constructor and Description |
---|
CreateTransitGatewayRouteTableAnnouncementRequest() |
Modifier and Type | Method and Description |
---|---|
CreateTransitGatewayRouteTableAnnouncementRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<CreateTransitGatewayRouteTableAnnouncementRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getPeeringAttachmentId()
The ID of the peering attachment.
|
List<TagSpecification> |
getTagSpecifications()
The tags specifications applied to the transit gateway route table announcement.
|
String |
getTransitGatewayRouteTableId()
The ID of the transit gateway route table.
|
int |
hashCode() |
void |
setPeeringAttachmentId(String peeringAttachmentId)
The ID of the peering attachment.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags specifications applied to the transit gateway route table announcement.
|
void |
setTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
|
String |
toString()
Returns a string representation of this object.
|
CreateTransitGatewayRouteTableAnnouncementRequest |
withPeeringAttachmentId(String peeringAttachmentId)
The ID of the peering attachment.
|
CreateTransitGatewayRouteTableAnnouncementRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags specifications applied to the transit gateway route table announcement.
|
CreateTransitGatewayRouteTableAnnouncementRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The tags specifications applied to the transit gateway route table announcement.
|
CreateTransitGatewayRouteTableAnnouncementRequest |
withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public CreateTransitGatewayRouteTableAnnouncementRequest()
public void setTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
transitGatewayRouteTableId
- The ID of the transit gateway route table.public String getTransitGatewayRouteTableId()
The ID of the transit gateway route table.
public CreateTransitGatewayRouteTableAnnouncementRequest withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
transitGatewayRouteTableId
- The ID of the transit gateway route table.public void setPeeringAttachmentId(String peeringAttachmentId)
The ID of the peering attachment.
peeringAttachmentId
- The ID of the peering attachment.public String getPeeringAttachmentId()
The ID of the peering attachment.
public CreateTransitGatewayRouteTableAnnouncementRequest withPeeringAttachmentId(String peeringAttachmentId)
The ID of the peering attachment.
peeringAttachmentId
- The ID of the peering attachment.public List<TagSpecification> getTagSpecifications()
The tags specifications applied to the transit gateway route table announcement.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags specifications applied to the transit gateway route table announcement.
tagSpecifications
- The tags specifications applied to the transit gateway route table announcement.public CreateTransitGatewayRouteTableAnnouncementRequest withTagSpecifications(TagSpecification... tagSpecifications)
The tags specifications applied to the transit gateway route table announcement.
NOTE: This method appends the values to the existing list (if any). Use
setTagSpecifications(java.util.Collection)
or withTagSpecifications(java.util.Collection)
if
you want to override the existing values.
tagSpecifications
- The tags specifications applied to the transit gateway route table announcement.public CreateTransitGatewayRouteTableAnnouncementRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags specifications applied to the transit gateway route table announcement.
tagSpecifications
- The tags specifications applied to the transit gateway route table announcement.public Request<CreateTransitGatewayRouteTableAnnouncementRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateTransitGatewayRouteTableAnnouncementRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateTransitGatewayRouteTableAnnouncementRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()