@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PortProbeAction extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the port probe.
| Constructor and Description |
|---|
PortProbeAction() |
| Modifier and Type | Method and Description |
|---|---|
PortProbeAction |
clone() |
boolean |
equals(Object obj) |
Boolean |
getBlocked()
Port probe blocked information.
|
List<PortProbeDetail> |
getPortProbeDetails()
A list of port probe details objects.
|
int |
hashCode() |
Boolean |
isBlocked()
Port probe blocked information.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBlocked(Boolean blocked)
Port probe blocked information.
|
void |
setPortProbeDetails(Collection<PortProbeDetail> portProbeDetails)
A list of port probe details objects.
|
String |
toString()
Returns a string representation of this object.
|
PortProbeAction |
withBlocked(Boolean blocked)
Port probe blocked information.
|
PortProbeAction |
withPortProbeDetails(Collection<PortProbeDetail> portProbeDetails)
A list of port probe details objects.
|
PortProbeAction |
withPortProbeDetails(PortProbeDetail... portProbeDetails)
A list of port probe details objects.
|
public void setBlocked(Boolean blocked)
Port probe blocked information.
blocked - Port probe blocked information.public Boolean getBlocked()
Port probe blocked information.
public PortProbeAction withBlocked(Boolean blocked)
Port probe blocked information.
blocked - Port probe blocked information.public Boolean isBlocked()
Port probe blocked information.
public List<PortProbeDetail> getPortProbeDetails()
A list of port probe details objects.
public void setPortProbeDetails(Collection<PortProbeDetail> portProbeDetails)
A list of port probe details objects.
portProbeDetails - A list of port probe details objects.public PortProbeAction withPortProbeDetails(PortProbeDetail... portProbeDetails)
A list of port probe details objects.
NOTE: This method appends the values to the existing list (if any). Use
setPortProbeDetails(java.util.Collection) or withPortProbeDetails(java.util.Collection) if you
want to override the existing values.
portProbeDetails - A list of port probe details objects.public PortProbeAction withPortProbeDetails(Collection<PortProbeDetail> portProbeDetails)
A list of port probe details objects.
portProbeDetails - A list of port probe details objects.public String toString()
toString in class ObjectObject.toString()public PortProbeAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.