@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualGatewayBackendDefaults extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents the default properties for a backend.
Constructor and Description |
---|
VirtualGatewayBackendDefaults() |
Modifier and Type | Method and Description |
---|---|
VirtualGatewayBackendDefaults |
clone() |
boolean |
equals(Object obj) |
VirtualGatewayClientPolicy |
getClientPolicy()
A reference to an object that represents a client policy.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClientPolicy(VirtualGatewayClientPolicy clientPolicy)
A reference to an object that represents a client policy.
|
String |
toString()
Returns a string representation of this object.
|
VirtualGatewayBackendDefaults |
withClientPolicy(VirtualGatewayClientPolicy clientPolicy)
A reference to an object that represents a client policy.
|
public void setClientPolicy(VirtualGatewayClientPolicy clientPolicy)
A reference to an object that represents a client policy.
clientPolicy
- A reference to an object that represents a client policy.public VirtualGatewayClientPolicy getClientPolicy()
A reference to an object that represents a client policy.
public VirtualGatewayBackendDefaults withClientPolicy(VirtualGatewayClientPolicy clientPolicy)
A reference to an object that represents a client policy.
clientPolicy
- A reference to an object that represents a client policy.public String toString()
toString
in class Object
Object.toString()
public VirtualGatewayBackendDefaults clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.