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