@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProtocolsListResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetProtocolsListResult() |
| Modifier and Type | Method and Description |
|---|---|
GetProtocolsListResult |
clone() |
boolean |
equals(Object obj) |
ProtocolsListData |
getProtocolsList()
Information about the specified Firewall Manager protocols list.
|
String |
getProtocolsListArn()
The Amazon Resource Name (ARN) of the specified protocols list.
|
int |
hashCode() |
void |
setProtocolsList(ProtocolsListData protocolsList)
Information about the specified Firewall Manager protocols list.
|
void |
setProtocolsListArn(String protocolsListArn)
The Amazon Resource Name (ARN) of the specified protocols list.
|
String |
toString()
Returns a string representation of this object.
|
GetProtocolsListResult |
withProtocolsList(ProtocolsListData protocolsList)
Information about the specified Firewall Manager protocols list.
|
GetProtocolsListResult |
withProtocolsListArn(String protocolsListArn)
The Amazon Resource Name (ARN) of the specified protocols list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProtocolsList(ProtocolsListData protocolsList)
Information about the specified Firewall Manager protocols list.
protocolsList - Information about the specified Firewall Manager protocols list.public ProtocolsListData getProtocolsList()
Information about the specified Firewall Manager protocols list.
public GetProtocolsListResult withProtocolsList(ProtocolsListData protocolsList)
Information about the specified Firewall Manager protocols list.
protocolsList - Information about the specified Firewall Manager protocols list.public void setProtocolsListArn(String protocolsListArn)
The Amazon Resource Name (ARN) of the specified protocols list.
protocolsListArn - The Amazon Resource Name (ARN) of the specified protocols list.public String getProtocolsListArn()
The Amazon Resource Name (ARN) of the specified protocols list.
public GetProtocolsListResult withProtocolsListArn(String protocolsListArn)
The Amazon Resource Name (ARN) of the specified protocols list.
protocolsListArn - The Amazon Resource Name (ARN) of the specified protocols list.public String toString()
toString in class ObjectObject.toString()public GetProtocolsListResult clone()