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