@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTransitGatewayPolicyTableEntriesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTransitGatewayPolicyTableEntriesResult() |
Modifier and Type | Method and Description |
---|---|
GetTransitGatewayPolicyTableEntriesResult |
clone() |
boolean |
equals(Object obj) |
List<TransitGatewayPolicyTableEntry> |
getTransitGatewayPolicyTableEntries()
The entries for the transit gateway policy table.
|
int |
hashCode() |
void |
setTransitGatewayPolicyTableEntries(Collection<TransitGatewayPolicyTableEntry> transitGatewayPolicyTableEntries)
The entries for the transit gateway policy table.
|
String |
toString()
Returns a string representation of this object.
|
GetTransitGatewayPolicyTableEntriesResult |
withTransitGatewayPolicyTableEntries(Collection<TransitGatewayPolicyTableEntry> transitGatewayPolicyTableEntries)
The entries for the transit gateway policy table.
|
GetTransitGatewayPolicyTableEntriesResult |
withTransitGatewayPolicyTableEntries(TransitGatewayPolicyTableEntry... transitGatewayPolicyTableEntries)
The entries for the transit gateway policy table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetTransitGatewayPolicyTableEntriesResult()
public List<TransitGatewayPolicyTableEntry> getTransitGatewayPolicyTableEntries()
The entries for the transit gateway policy table.
public void setTransitGatewayPolicyTableEntries(Collection<TransitGatewayPolicyTableEntry> transitGatewayPolicyTableEntries)
The entries for the transit gateway policy table.
transitGatewayPolicyTableEntries
- The entries for the transit gateway policy table.public GetTransitGatewayPolicyTableEntriesResult withTransitGatewayPolicyTableEntries(TransitGatewayPolicyTableEntry... transitGatewayPolicyTableEntries)
The entries for the transit gateway policy table.
NOTE: This method appends the values to the existing list (if any). Use
setTransitGatewayPolicyTableEntries(java.util.Collection)
or
withTransitGatewayPolicyTableEntries(java.util.Collection)
if you want to override the existing values.
transitGatewayPolicyTableEntries
- The entries for the transit gateway policy table.public GetTransitGatewayPolicyTableEntriesResult withTransitGatewayPolicyTableEntries(Collection<TransitGatewayPolicyTableEntry> transitGatewayPolicyTableEntries)
The entries for the transit gateway policy table.
transitGatewayPolicyTableEntries
- The entries for the transit gateway policy table.public String toString()
toString
in class Object
Object.toString()
public GetTransitGatewayPolicyTableEntriesResult clone()