@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) |
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.MetadataTransferJobStatepublic String getState()
The filter state.
MetadataTransferJobStatepublic ListMetadataTransferJobsFilter withState(String state)
The filter state.
state - The filter state.MetadataTransferJobStatepublic ListMetadataTransferJobsFilter withState(MetadataTransferJobState state)
The filter state.
state - The filter state.MetadataTransferJobStatepublic String toString()
toString in class ObjectObject.toString()public ListMetadataTransferJobsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.