@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SyncResourceFilter extends Object implements Serializable, Cloneable, StructuredPojo
The sync resource filter.
Constructor and Description |
---|
SyncResourceFilter() |
Modifier and Type | Method and Description |
---|---|
SyncResourceFilter |
clone() |
boolean |
equals(Object obj) |
String |
getExternalId()
The external ID.
|
String |
getResourceId()
The sync resource filter resource ID.
|
String |
getResourceType()
The sync resource filter resource type
|
String |
getState()
The sync resource filter's state.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExternalId(String externalId)
The external ID.
|
void |
setResourceId(String resourceId)
The sync resource filter resource ID.
|
void |
setResourceType(String resourceType)
The sync resource filter resource type
|
void |
setState(String state)
The sync resource filter's state.
|
String |
toString()
Returns a string representation of this object.
|
SyncResourceFilter |
withExternalId(String externalId)
The external ID.
|
SyncResourceFilter |
withResourceId(String resourceId)
The sync resource filter resource ID.
|
SyncResourceFilter |
withResourceType(String resourceType)
The sync resource filter resource type
|
SyncResourceFilter |
withResourceType(SyncResourceType resourceType)
The sync resource filter resource type
|
SyncResourceFilter |
withState(String state)
The sync resource filter's state.
|
SyncResourceFilter |
withState(SyncResourceState state)
The sync resource filter's state.
|
public void setState(String state)
The sync resource filter's state.
state
- The sync resource filter's state.SyncResourceState
public String getState()
The sync resource filter's state.
SyncResourceState
public SyncResourceFilter withState(String state)
The sync resource filter's state.
state
- The sync resource filter's state.SyncResourceState
public SyncResourceFilter withState(SyncResourceState state)
The sync resource filter's state.
state
- The sync resource filter's state.SyncResourceState
public void setResourceType(String resourceType)
The sync resource filter resource type
resourceType
- The sync resource filter resource typeSyncResourceType
public String getResourceType()
The sync resource filter resource type
SyncResourceType
public SyncResourceFilter withResourceType(String resourceType)
The sync resource filter resource type
resourceType
- The sync resource filter resource typeSyncResourceType
public SyncResourceFilter withResourceType(SyncResourceType resourceType)
The sync resource filter resource type
resourceType
- The sync resource filter resource typeSyncResourceType
public void setResourceId(String resourceId)
The sync resource filter resource ID.
resourceId
- The sync resource filter resource ID.public String getResourceId()
The sync resource filter resource ID.
public SyncResourceFilter withResourceId(String resourceId)
The sync resource filter resource ID.
resourceId
- The sync resource filter resource ID.public void setExternalId(String externalId)
The external ID.
externalId
- The external ID.public String getExternalId()
The external ID.
public SyncResourceFilter withExternalId(String externalId)
The external ID.
externalId
- The external ID.public String toString()
toString
in class Object
Object.toString()
public SyncResourceFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.