@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLibraryItemResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateLibraryItemResult() |
Modifier and Type | Method and Description |
---|---|
CreateLibraryItemResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The date and time the library item was created.
|
String |
getCreatedBy()
The user who created the library item.
|
String |
getLibraryItemId()
The unique identifier of the new library item.
|
Integer |
getRatingCount()
The number of ratings the library item has received from users.
|
String |
getStatus()
The status of the new library item, such as "Published".
|
Date |
getUpdatedAt()
The date and time the library item was last updated.
|
String |
getUpdatedBy()
The user who last updated the library item.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The date and time the library item was created.
|
void |
setCreatedBy(String createdBy)
The user who created the library item.
|
void |
setLibraryItemId(String libraryItemId)
The unique identifier of the new library item.
|
void |
setRatingCount(Integer ratingCount)
The number of ratings the library item has received from users.
|
void |
setStatus(String status)
The status of the new library item, such as "Published".
|
void |
setUpdatedAt(Date updatedAt)
The date and time the library item was last updated.
|
void |
setUpdatedBy(String updatedBy)
The user who last updated the library item.
|
String |
toString()
Returns a string representation of this object.
|
CreateLibraryItemResult |
withCreatedAt(Date createdAt)
The date and time the library item was created.
|
CreateLibraryItemResult |
withCreatedBy(String createdBy)
The user who created the library item.
|
CreateLibraryItemResult |
withLibraryItemId(String libraryItemId)
The unique identifier of the new library item.
|
CreateLibraryItemResult |
withRatingCount(Integer ratingCount)
The number of ratings the library item has received from users.
|
CreateLibraryItemResult |
withStatus(String status)
The status of the new library item, such as "Published".
|
CreateLibraryItemResult |
withUpdatedAt(Date updatedAt)
The date and time the library item was last updated.
|
CreateLibraryItemResult |
withUpdatedBy(String updatedBy)
The user who last updated the library item.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLibraryItemId(String libraryItemId)
The unique identifier of the new library item.
libraryItemId
- The unique identifier of the new library item.public String getLibraryItemId()
The unique identifier of the new library item.
public CreateLibraryItemResult withLibraryItemId(String libraryItemId)
The unique identifier of the new library item.
libraryItemId
- The unique identifier of the new library item.public void setStatus(String status)
The status of the new library item, such as "Published".
status
- The status of the new library item, such as "Published".public String getStatus()
The status of the new library item, such as "Published".
public CreateLibraryItemResult withStatus(String status)
The status of the new library item, such as "Published".
status
- The status of the new library item, such as "Published".public void setCreatedAt(Date createdAt)
The date and time the library item was created.
createdAt
- The date and time the library item was created.public Date getCreatedAt()
The date and time the library item was created.
public CreateLibraryItemResult withCreatedAt(Date createdAt)
The date and time the library item was created.
createdAt
- The date and time the library item was created.public void setCreatedBy(String createdBy)
The user who created the library item.
createdBy
- The user who created the library item.public String getCreatedBy()
The user who created the library item.
public CreateLibraryItemResult withCreatedBy(String createdBy)
The user who created the library item.
createdBy
- The user who created the library item.public void setUpdatedAt(Date updatedAt)
The date and time the library item was last updated.
updatedAt
- The date and time the library item was last updated.public Date getUpdatedAt()
The date and time the library item was last updated.
public CreateLibraryItemResult withUpdatedAt(Date updatedAt)
The date and time the library item was last updated.
updatedAt
- The date and time the library item was last updated.public void setUpdatedBy(String updatedBy)
The user who last updated the library item.
updatedBy
- The user who last updated the library item.public String getUpdatedBy()
The user who last updated the library item.
public CreateLibraryItemResult withUpdatedBy(String updatedBy)
The user who last updated the library item.
updatedBy
- The user who last updated the library item.public void setRatingCount(Integer ratingCount)
The number of ratings the library item has received from users.
ratingCount
- The number of ratings the library item has received from users.public Integer getRatingCount()
The number of ratings the library item has received from users.
public CreateLibraryItemResult withRatingCount(Integer ratingCount)
The number of ratings the library item has received from users.
ratingCount
- The number of ratings the library item has received from users.public String toString()
toString
in class Object
Object.toString()
public CreateLibraryItemResult clone()