@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ForwardingConfig extends Object implements Serializable, Cloneable, StructuredPojo
The forwarding configuration for a given property.
Constructor and Description |
---|
ForwardingConfig() |
Modifier and Type | Method and Description |
---|---|
ForwardingConfig |
clone() |
boolean |
equals(Object obj) |
String |
getState()
The forwarding state for the given property.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setState(String state)
The forwarding state for the given property.
|
String |
toString()
Returns a string representation of this object.
|
ForwardingConfig |
withState(ForwardingConfigState state)
The forwarding state for the given property.
|
ForwardingConfig |
withState(String state)
The forwarding state for the given property.
|
public void setState(String state)
The forwarding state for the given property.
state
- The forwarding state for the given property.ForwardingConfigState
public String getState()
The forwarding state for the given property.
ForwardingConfigState
public ForwardingConfig withState(String state)
The forwarding state for the given property.
state
- The forwarding state for the given property.ForwardingConfigState
public ForwardingConfig withState(ForwardingConfigState state)
The forwarding state for the given property.
state
- The forwarding state for the given property.ForwardingConfigState
public String toString()
toString
in class Object
Object.toString()
public ForwardingConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.