@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModificationState extends Object implements Serializable, Cloneable, StructuredPojo
Information about a WorkSpace modification.
Constructor and Description |
---|
ModificationState() |
Modifier and Type | Method and Description |
---|---|
ModificationState |
clone() |
boolean |
equals(Object obj) |
String |
getResource()
The resource.
|
String |
getState()
The modification state.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setResource(String resource)
The resource.
|
void |
setState(String state)
The modification state.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ModificationState |
withResource(ModificationResourceEnum resource)
The resource.
|
ModificationState |
withResource(String resource)
The resource.
|
ModificationState |
withState(ModificationStateEnum state)
The modification state.
|
ModificationState |
withState(String state)
The modification state.
|
public void setResource(String resource)
The resource.
resource
- The resource.ModificationResourceEnum
public String getResource()
The resource.
ModificationResourceEnum
public ModificationState withResource(String resource)
The resource.
resource
- The resource.ModificationResourceEnum
public ModificationState withResource(ModificationResourceEnum resource)
The resource.
resource
- The resource.ModificationResourceEnum
public void setState(String state)
The modification state.
state
- The modification state.ModificationStateEnum
public String getState()
The modification state.
ModificationStateEnum
public ModificationState withState(String state)
The modification state.
state
- The modification state.ModificationStateEnum
public ModificationState withState(ModificationStateEnum state)
The modification state.
state
- The modification state.ModificationStateEnum
public String toString()
toString
in class Object
Object.toString()
public ModificationState clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.