public class InventoryRetrievalJobInput extends Object implements Serializable
Constructor and Description |
---|
InventoryRetrievalJobInput() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getEndDate()
Returns the value of the EndDate property for this object.
|
String |
getLimit()
Returns the value of the Limit property for this object.
|
String |
getMarker()
Returns the value of the Marker property for this object.
|
String |
getStartDate()
Returns the value of the StartDate property for this object.
|
int |
hashCode() |
void |
setEndDate(String endDate)
Sets the value of the EndDate property for this object.
|
void |
setLimit(String limit)
Sets the value of the Limit property for this object.
|
void |
setMarker(String marker)
Sets the value of the Marker property for this object.
|
void |
setStartDate(String startDate)
Sets the value of the StartDate property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
InventoryRetrievalJobInput |
withEndDate(String endDate)
Sets the value of the EndDate property for this object.
|
InventoryRetrievalJobInput |
withLimit(String limit)
Sets the value of the Limit property for this object.
|
InventoryRetrievalJobInput |
withMarker(String marker)
Sets the value of the Marker property for this object.
|
InventoryRetrievalJobInput |
withStartDate(String startDate)
Sets the value of the StartDate property for this object.
|
public String getStartDate()
public void setStartDate(String startDate)
startDate
- The new value for the StartDate property for this object.public InventoryRetrievalJobInput withStartDate(String startDate)
Returns a reference to this object so that method calls can be chained together.
startDate
- The new value for the StartDate property for this object.public String getEndDate()
public void setEndDate(String endDate)
endDate
- The new value for the EndDate property for this object.public InventoryRetrievalJobInput withEndDate(String endDate)
Returns a reference to this object so that method calls can be chained together.
endDate
- The new value for the EndDate property for this object.public String getLimit()
public void setLimit(String limit)
limit
- The new value for the Limit property for this object.public InventoryRetrievalJobInput withLimit(String limit)
Returns a reference to this object so that method calls can be chained together.
limit
- The new value for the Limit property for this object.public String getMarker()
public void setMarker(String marker)
marker
- The new value for the Marker property for this object.public InventoryRetrievalJobInput withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- The new value for the Marker property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.