@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HubContentInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about hub content.
| Constructor and Description |
|---|
HubContentInfo() |
| Modifier and Type | Method and Description |
|---|---|
HubContentInfo |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The date and time that the hub content was created.
|
String |
getDocumentSchemaVersion()
The version of the hub content document schema.
|
String |
getHubContentArn()
The Amazon Resource Name (ARN) of the hub content.
|
String |
getHubContentDescription()
A description of the hub content.
|
String |
getHubContentDisplayName()
The display name of the hub content.
|
String |
getHubContentName()
The name of the hub content.
|
List<String> |
getHubContentSearchKeywords()
The searchable keywords for the hub content.
|
String |
getHubContentStatus()
The status of the hub content.
|
String |
getHubContentType()
The type of hub content.
|
String |
getHubContentVersion()
The version of the hub content.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreationTime(Date creationTime)
The date and time that the hub content was created.
|
void |
setDocumentSchemaVersion(String documentSchemaVersion)
The version of the hub content document schema.
|
void |
setHubContentArn(String hubContentArn)
The Amazon Resource Name (ARN) of the hub content.
|
void |
setHubContentDescription(String hubContentDescription)
A description of the hub content.
|
void |
setHubContentDisplayName(String hubContentDisplayName)
The display name of the hub content.
|
void |
setHubContentName(String hubContentName)
The name of the hub content.
|
void |
setHubContentSearchKeywords(Collection<String> hubContentSearchKeywords)
The searchable keywords for the hub content.
|
void |
setHubContentStatus(String hubContentStatus)
The status of the hub content.
|
void |
setHubContentType(String hubContentType)
The type of hub content.
|
void |
setHubContentVersion(String hubContentVersion)
The version of the hub content.
|
String |
toString()
Returns a string representation of this object.
|
HubContentInfo |
withCreationTime(Date creationTime)
The date and time that the hub content was created.
|
HubContentInfo |
withDocumentSchemaVersion(String documentSchemaVersion)
The version of the hub content document schema.
|
HubContentInfo |
withHubContentArn(String hubContentArn)
The Amazon Resource Name (ARN) of the hub content.
|
HubContentInfo |
withHubContentDescription(String hubContentDescription)
A description of the hub content.
|
HubContentInfo |
withHubContentDisplayName(String hubContentDisplayName)
The display name of the hub content.
|
HubContentInfo |
withHubContentName(String hubContentName)
The name of the hub content.
|
HubContentInfo |
withHubContentSearchKeywords(Collection<String> hubContentSearchKeywords)
The searchable keywords for the hub content.
|
HubContentInfo |
withHubContentSearchKeywords(String... hubContentSearchKeywords)
The searchable keywords for the hub content.
|
HubContentInfo |
withHubContentStatus(HubContentStatus hubContentStatus)
The status of the hub content.
|
HubContentInfo |
withHubContentStatus(String hubContentStatus)
The status of the hub content.
|
HubContentInfo |
withHubContentType(HubContentType hubContentType)
The type of hub content.
|
HubContentInfo |
withHubContentType(String hubContentType)
The type of hub content.
|
HubContentInfo |
withHubContentVersion(String hubContentVersion)
The version of the hub content.
|
public void setHubContentName(String hubContentName)
The name of the hub content.
hubContentName - The name of the hub content.public String getHubContentName()
The name of the hub content.
public HubContentInfo withHubContentName(String hubContentName)
The name of the hub content.
hubContentName - The name of the hub content.public void setHubContentArn(String hubContentArn)
The Amazon Resource Name (ARN) of the hub content.
hubContentArn - The Amazon Resource Name (ARN) of the hub content.public String getHubContentArn()
The Amazon Resource Name (ARN) of the hub content.
public HubContentInfo withHubContentArn(String hubContentArn)
The Amazon Resource Name (ARN) of the hub content.
hubContentArn - The Amazon Resource Name (ARN) of the hub content.public void setHubContentVersion(String hubContentVersion)
The version of the hub content.
hubContentVersion - The version of the hub content.public String getHubContentVersion()
The version of the hub content.
public HubContentInfo withHubContentVersion(String hubContentVersion)
The version of the hub content.
hubContentVersion - The version of the hub content.public void setHubContentType(String hubContentType)
The type of hub content.
hubContentType - The type of hub content.HubContentTypepublic String getHubContentType()
The type of hub content.
HubContentTypepublic HubContentInfo withHubContentType(String hubContentType)
The type of hub content.
hubContentType - The type of hub content.HubContentTypepublic HubContentInfo withHubContentType(HubContentType hubContentType)
The type of hub content.
hubContentType - The type of hub content.HubContentTypepublic void setDocumentSchemaVersion(String documentSchemaVersion)
The version of the hub content document schema.
documentSchemaVersion - The version of the hub content document schema.public String getDocumentSchemaVersion()
The version of the hub content document schema.
public HubContentInfo withDocumentSchemaVersion(String documentSchemaVersion)
The version of the hub content document schema.
documentSchemaVersion - The version of the hub content document schema.public void setHubContentDisplayName(String hubContentDisplayName)
The display name of the hub content.
hubContentDisplayName - The display name of the hub content.public String getHubContentDisplayName()
The display name of the hub content.
public HubContentInfo withHubContentDisplayName(String hubContentDisplayName)
The display name of the hub content.
hubContentDisplayName - The display name of the hub content.public void setHubContentDescription(String hubContentDescription)
A description of the hub content.
hubContentDescription - A description of the hub content.public String getHubContentDescription()
A description of the hub content.
public HubContentInfo withHubContentDescription(String hubContentDescription)
A description of the hub content.
hubContentDescription - A description of the hub content.public List<String> getHubContentSearchKeywords()
The searchable keywords for the hub content.
public void setHubContentSearchKeywords(Collection<String> hubContentSearchKeywords)
The searchable keywords for the hub content.
hubContentSearchKeywords - The searchable keywords for the hub content.public HubContentInfo withHubContentSearchKeywords(String... hubContentSearchKeywords)
The searchable keywords for the hub content.
NOTE: This method appends the values to the existing list (if any). Use
setHubContentSearchKeywords(java.util.Collection) or
withHubContentSearchKeywords(java.util.Collection) if you want to override the existing values.
hubContentSearchKeywords - The searchable keywords for the hub content.public HubContentInfo withHubContentSearchKeywords(Collection<String> hubContentSearchKeywords)
The searchable keywords for the hub content.
hubContentSearchKeywords - The searchable keywords for the hub content.public void setHubContentStatus(String hubContentStatus)
The status of the hub content.
hubContentStatus - The status of the hub content.HubContentStatuspublic String getHubContentStatus()
The status of the hub content.
HubContentStatuspublic HubContentInfo withHubContentStatus(String hubContentStatus)
The status of the hub content.
hubContentStatus - The status of the hub content.HubContentStatuspublic HubContentInfo withHubContentStatus(HubContentStatus hubContentStatus)
The status of the hub content.
hubContentStatus - The status of the hub content.HubContentStatuspublic void setCreationTime(Date creationTime)
The date and time that the hub content was created.
creationTime - The date and time that the hub content was created.public Date getCreationTime()
The date and time that the hub content was created.
public HubContentInfo withCreationTime(Date creationTime)
The date and time that the hub content was created.
creationTime - The date and time that the hub content was created.public String toString()
toString in class ObjectObject.toString()public HubContentInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.