@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PortProbeAction extends Object implements Serializable, Cloneable, StructuredPojo
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)
Marshalls this structured data using the given
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; useful for testing and debugging.
|
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)
blocked
- Port probe blocked information.public Boolean getBlocked()
public PortProbeAction withBlocked(Boolean blocked)
blocked
- Port probe blocked information.public Boolean isBlocked()
public List<PortProbeDetail> getPortProbeDetails()
public void setPortProbeDetails(Collection<PortProbeDetail> portProbeDetails)
portProbeDetails
- A list of port probe details objects.public PortProbeAction withPortProbeDetails(PortProbeDetail... portProbeDetails)
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)
portProbeDetails
- A list of port probe details objects.public String toString()
toString
in class Object
Object.toString()
public PortProbeAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.