@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProbeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateProbeResult() |
Modifier and Type | Method and Description |
---|---|
UpdateProbeResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateProbeResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateProbeResult |
clone() |
boolean |
equals(Object obj) |
String |
getAddressFamily()
The updated IP address family.
|
Date |
getCreatedAt()
The time and date that the probe was created.
|
String |
getDestination()
The updated destination IP address for the probe.
|
Integer |
getDestinationPort()
The updated destination port.
|
Date |
getModifiedAt()
The time and date that the probe was last updated.
|
Integer |
getPacketSize()
The updated packet size for the probe.
|
String |
getProbeArn()
The updated ARN of the probe.
|
String |
getProbeId()
The updated ID of the probe.
|
String |
getProtocol()
The updated protocol for the probe.
|
String |
getSourceArn()
The updated ARN of the source subnet.
|
String |
getState()
The state of the updated probe.
|
Map<String,String> |
getTags()
Update tags for a probe.
|
String |
getVpcId()
The updated ID of the source VPC subnet ID.
|
int |
hashCode() |
void |
setAddressFamily(String addressFamily)
The updated IP address family.
|
void |
setCreatedAt(Date createdAt)
The time and date that the probe was created.
|
void |
setDestination(String destination)
The updated destination IP address for the probe.
|
void |
setDestinationPort(Integer destinationPort)
The updated destination port.
|
void |
setModifiedAt(Date modifiedAt)
The time and date that the probe was last updated.
|
void |
setPacketSize(Integer packetSize)
The updated packet size for the probe.
|
void |
setProbeArn(String probeArn)
The updated ARN of the probe.
|
void |
setProbeId(String probeId)
The updated ID of the probe.
|
void |
setProtocol(String protocol)
The updated protocol for the probe.
|
void |
setSourceArn(String sourceArn)
The updated ARN of the source subnet.
|
void |
setState(String state)
The state of the updated probe.
|
void |
setTags(Map<String,String> tags)
Update tags for a probe.
|
void |
setVpcId(String vpcId)
The updated ID of the source VPC subnet ID.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProbeResult |
withAddressFamily(AddressFamily addressFamily)
The updated IP address family.
|
UpdateProbeResult |
withAddressFamily(String addressFamily)
The updated IP address family.
|
UpdateProbeResult |
withCreatedAt(Date createdAt)
The time and date that the probe was created.
|
UpdateProbeResult |
withDestination(String destination)
The updated destination IP address for the probe.
|
UpdateProbeResult |
withDestinationPort(Integer destinationPort)
The updated destination port.
|
UpdateProbeResult |
withModifiedAt(Date modifiedAt)
The time and date that the probe was last updated.
|
UpdateProbeResult |
withPacketSize(Integer packetSize)
The updated packet size for the probe.
|
UpdateProbeResult |
withProbeArn(String probeArn)
The updated ARN of the probe.
|
UpdateProbeResult |
withProbeId(String probeId)
The updated ID of the probe.
|
UpdateProbeResult |
withProtocol(Protocol protocol)
The updated protocol for the probe.
|
UpdateProbeResult |
withProtocol(String protocol)
The updated protocol for the probe.
|
UpdateProbeResult |
withSourceArn(String sourceArn)
The updated ARN of the source subnet.
|
UpdateProbeResult |
withState(ProbeState state)
The state of the updated probe.
|
UpdateProbeResult |
withState(String state)
The state of the updated probe.
|
UpdateProbeResult |
withTags(Map<String,String> tags)
Update tags for a probe.
|
UpdateProbeResult |
withVpcId(String vpcId)
The updated ID of the source VPC subnet ID.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProbeId(String probeId)
The updated ID of the probe.
probeId
- The updated ID of the probe.public String getProbeId()
The updated ID of the probe.
public UpdateProbeResult withProbeId(String probeId)
The updated ID of the probe.
probeId
- The updated ID of the probe.public void setProbeArn(String probeArn)
The updated ARN of the probe.
probeArn
- The updated ARN of the probe.public String getProbeArn()
The updated ARN of the probe.
public UpdateProbeResult withProbeArn(String probeArn)
The updated ARN of the probe.
probeArn
- The updated ARN of the probe.public void setSourceArn(String sourceArn)
The updated ARN of the source subnet.
sourceArn
- The updated ARN of the source subnet.public String getSourceArn()
The updated ARN of the source subnet.
public UpdateProbeResult withSourceArn(String sourceArn)
The updated ARN of the source subnet.
sourceArn
- The updated ARN of the source subnet.public void setDestination(String destination)
The updated destination IP address for the probe.
destination
- The updated destination IP address for the probe.public String getDestination()
The updated destination IP address for the probe.
public UpdateProbeResult withDestination(String destination)
The updated destination IP address for the probe.
destination
- The updated destination IP address for the probe.public void setDestinationPort(Integer destinationPort)
The updated destination port. This must be a number between 1
and 65536
.
destinationPort
- The updated destination port. This must be a number between 1
and 65536
.public Integer getDestinationPort()
The updated destination port. This must be a number between 1
and 65536
.
1
and 65536
.public UpdateProbeResult withDestinationPort(Integer destinationPort)
The updated destination port. This must be a number between 1
and 65536
.
destinationPort
- The updated destination port. This must be a number between 1
and 65536
.public void setProtocol(String protocol)
The updated protocol for the probe.
protocol
- The updated protocol for the probe.Protocol
public String getProtocol()
The updated protocol for the probe.
Protocol
public UpdateProbeResult withProtocol(String protocol)
The updated protocol for the probe.
protocol
- The updated protocol for the probe.Protocol
public UpdateProbeResult withProtocol(Protocol protocol)
The updated protocol for the probe.
protocol
- The updated protocol for the probe.Protocol
public void setPacketSize(Integer packetSize)
The updated packet size for the probe.
packetSize
- The updated packet size for the probe.public Integer getPacketSize()
The updated packet size for the probe.
public UpdateProbeResult withPacketSize(Integer packetSize)
The updated packet size for the probe.
packetSize
- The updated packet size for the probe.public void setAddressFamily(String addressFamily)
The updated IP address family. This must be either IPV4
or IPV6
.
addressFamily
- The updated IP address family. This must be either IPV4
or IPV6
.AddressFamily
public String getAddressFamily()
The updated IP address family. This must be either IPV4
or IPV6
.
IPV4
or IPV6
.AddressFamily
public UpdateProbeResult withAddressFamily(String addressFamily)
The updated IP address family. This must be either IPV4
or IPV6
.
addressFamily
- The updated IP address family. This must be either IPV4
or IPV6
.AddressFamily
public UpdateProbeResult withAddressFamily(AddressFamily addressFamily)
The updated IP address family. This must be either IPV4
or IPV6
.
addressFamily
- The updated IP address family. This must be either IPV4
or IPV6
.AddressFamily
public void setVpcId(String vpcId)
The updated ID of the source VPC subnet ID.
vpcId
- The updated ID of the source VPC subnet ID.public String getVpcId()
The updated ID of the source VPC subnet ID.
public UpdateProbeResult withVpcId(String vpcId)
The updated ID of the source VPC subnet ID.
vpcId
- The updated ID of the source VPC subnet ID.public void setState(String state)
The state of the updated probe.
state
- The state of the updated probe.ProbeState
public String getState()
The state of the updated probe.
ProbeState
public UpdateProbeResult withState(String state)
The state of the updated probe.
state
- The state of the updated probe.ProbeState
public UpdateProbeResult withState(ProbeState state)
The state of the updated probe.
state
- The state of the updated probe.ProbeState
public void setCreatedAt(Date createdAt)
The time and date that the probe was created.
createdAt
- The time and date that the probe was created.public Date getCreatedAt()
The time and date that the probe was created.
public UpdateProbeResult withCreatedAt(Date createdAt)
The time and date that the probe was created.
createdAt
- The time and date that the probe was created.public void setModifiedAt(Date modifiedAt)
The time and date that the probe was last updated.
modifiedAt
- The time and date that the probe was last updated.public Date getModifiedAt()
The time and date that the probe was last updated.
public UpdateProbeResult withModifiedAt(Date modifiedAt)
The time and date that the probe was last updated.
modifiedAt
- The time and date that the probe was last updated.public Map<String,String> getTags()
Update tags for a probe.
public void setTags(Map<String,String> tags)
Update tags for a probe.
tags
- Update tags for a probe.public UpdateProbeResult withTags(Map<String,String> tags)
Update tags for a probe.
tags
- Update tags for a probe.public UpdateProbeResult addTagsEntry(String key, String value)
public UpdateProbeResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public UpdateProbeResult clone()