@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) |
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.ForwardingConfigStatepublic String getState()
The forwarding state for the given property.
ForwardingConfigStatepublic ForwardingConfig withState(String state)
The forwarding state for the given property.
state - The forwarding state for the given property.ForwardingConfigStatepublic ForwardingConfig withState(ForwardingConfigState state)
The forwarding state for the given property.
state - The forwarding state for the given property.ForwardingConfigStatepublic String toString()
toString in class ObjectObject.toString()public ForwardingConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.