@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransitGatewayConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The structure of the transit gateway and network configuration that is used to connect the kdb environment to an internal network.
Constructor and Description |
---|
TransitGatewayConfiguration() |
Modifier and Type | Method and Description |
---|---|
TransitGatewayConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getRoutableCIDRSpace()
The routing CIDR on behalf of kdb environment.
|
String |
getTransitGatewayID()
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to
your internal network.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRoutableCIDRSpace(String routableCIDRSpace)
The routing CIDR on behalf of kdb environment.
|
void |
setTransitGatewayID(String transitGatewayID)
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to
your internal network.
|
String |
toString()
Returns a string representation of this object.
|
TransitGatewayConfiguration |
withRoutableCIDRSpace(String routableCIDRSpace)
The routing CIDR on behalf of kdb environment.
|
TransitGatewayConfiguration |
withTransitGatewayID(String transitGatewayID)
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to
your internal network.
|
public void setTransitGatewayID(String transitGatewayID)
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to your internal network.
transitGatewayID
- The identifier of the transit gateway created by the customer to connect outbound traffics from kdb
network to your internal network.public String getTransitGatewayID()
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to your internal network.
public TransitGatewayConfiguration withTransitGatewayID(String transitGatewayID)
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to your internal network.
transitGatewayID
- The identifier of the transit gateway created by the customer to connect outbound traffics from kdb
network to your internal network.public void setRoutableCIDRSpace(String routableCIDRSpace)
The routing CIDR on behalf of kdb environment. It could be any "/26 range in the 100.64.0.0 CIDR space. After providing, it will be added to the customer's transit gateway routing table so that the traffics could be routed to kdb network.
routableCIDRSpace
- The routing CIDR on behalf of kdb environment. It could be any "/26 range in the 100.64.0.0 CIDR space.
After providing, it will be added to the customer's transit gateway routing table so that the traffics
could be routed to kdb network.public String getRoutableCIDRSpace()
The routing CIDR on behalf of kdb environment. It could be any "/26 range in the 100.64.0.0 CIDR space. After providing, it will be added to the customer's transit gateway routing table so that the traffics could be routed to kdb network.
public TransitGatewayConfiguration withRoutableCIDRSpace(String routableCIDRSpace)
The routing CIDR on behalf of kdb environment. It could be any "/26 range in the 100.64.0.0 CIDR space. After providing, it will be added to the customer's transit gateway routing table so that the traffics could be routed to kdb network.
routableCIDRSpace
- The routing CIDR on behalf of kdb environment. It could be any "/26 range in the 100.64.0.0 CIDR space.
After providing, it will be added to the customer's transit gateway routing table so that the traffics
could be routed to kdb network.public String toString()
toString
in class Object
Object.toString()
public TransitGatewayConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.