@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RouteAnalysisEndpointOptions extends Object implements Serializable, Cloneable, StructuredPojo
Describes a source or a destination.
Constructor and Description |
---|
RouteAnalysisEndpointOptions() |
Modifier and Type | Method and Description |
---|---|
RouteAnalysisEndpointOptions |
clone() |
boolean |
equals(Object obj) |
String |
getIpAddress()
The IP address.
|
String |
getTransitGatewayArn()
The ARN of the transit gateway.
|
String |
getTransitGatewayAttachmentArn()
The ARN of the transit gateway attachment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIpAddress(String ipAddress)
The IP address.
|
void |
setTransitGatewayArn(String transitGatewayArn)
The ARN of the transit gateway.
|
void |
setTransitGatewayAttachmentArn(String transitGatewayAttachmentArn)
The ARN of the transit gateway attachment.
|
String |
toString()
Returns a string representation of this object.
|
RouteAnalysisEndpointOptions |
withIpAddress(String ipAddress)
The IP address.
|
RouteAnalysisEndpointOptions |
withTransitGatewayArn(String transitGatewayArn)
The ARN of the transit gateway.
|
RouteAnalysisEndpointOptions |
withTransitGatewayAttachmentArn(String transitGatewayAttachmentArn)
The ARN of the transit gateway attachment.
|
public void setTransitGatewayAttachmentArn(String transitGatewayAttachmentArn)
The ARN of the transit gateway attachment.
transitGatewayAttachmentArn
- The ARN of the transit gateway attachment.public String getTransitGatewayAttachmentArn()
The ARN of the transit gateway attachment.
public RouteAnalysisEndpointOptions withTransitGatewayAttachmentArn(String transitGatewayAttachmentArn)
The ARN of the transit gateway attachment.
transitGatewayAttachmentArn
- The ARN of the transit gateway attachment.public void setTransitGatewayArn(String transitGatewayArn)
The ARN of the transit gateway.
transitGatewayArn
- The ARN of the transit gateway.public String getTransitGatewayArn()
The ARN of the transit gateway.
public RouteAnalysisEndpointOptions withTransitGatewayArn(String transitGatewayArn)
The ARN of the transit gateway.
transitGatewayArn
- The ARN of the transit gateway.public void setIpAddress(String ipAddress)
The IP address.
ipAddress
- The IP address.public String getIpAddress()
The IP address.
public RouteAnalysisEndpointOptions withIpAddress(String ipAddress)
The IP address.
ipAddress
- The IP address.public String toString()
toString
in class Object
Object.toString()
public RouteAnalysisEndpointOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.