@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FeatureGroupSummary extends Object implements Serializable, Cloneable, StructuredPojo
The name, Arn, CreationTime
, FeatureGroup
values, LastUpdatedTime
and
EnableOnlineStorage
status of a FeatureGroup
.
Constructor and Description |
---|
FeatureGroupSummary() |
Modifier and Type | Method and Description |
---|---|
FeatureGroupSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
A timestamp indicating the time of creation time of the
FeatureGroup . |
String |
getFeatureGroupArn()
Unique identifier for the
FeatureGroup . |
String |
getFeatureGroupName()
The name of
FeatureGroup . |
String |
getFeatureGroupStatus()
The status of a FeatureGroup.
|
OfflineStoreStatus |
getOfflineStoreStatus()
Notifies you if replicating data into the
OfflineStore has failed. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
A timestamp indicating the time of creation time of the
FeatureGroup . |
void |
setFeatureGroupArn(String featureGroupArn)
Unique identifier for the
FeatureGroup . |
void |
setFeatureGroupName(String featureGroupName)
The name of
FeatureGroup . |
void |
setFeatureGroupStatus(String featureGroupStatus)
The status of a FeatureGroup.
|
void |
setOfflineStoreStatus(OfflineStoreStatus offlineStoreStatus)
Notifies you if replicating data into the
OfflineStore has failed. |
String |
toString()
Returns a string representation of this object.
|
FeatureGroupSummary |
withCreationTime(Date creationTime)
A timestamp indicating the time of creation time of the
FeatureGroup . |
FeatureGroupSummary |
withFeatureGroupArn(String featureGroupArn)
Unique identifier for the
FeatureGroup . |
FeatureGroupSummary |
withFeatureGroupName(String featureGroupName)
The name of
FeatureGroup . |
FeatureGroupSummary |
withFeatureGroupStatus(FeatureGroupStatus featureGroupStatus)
The status of a FeatureGroup.
|
FeatureGroupSummary |
withFeatureGroupStatus(String featureGroupStatus)
The status of a FeatureGroup.
|
FeatureGroupSummary |
withOfflineStoreStatus(OfflineStoreStatus offlineStoreStatus)
Notifies you if replicating data into the
OfflineStore has failed. |
public void setFeatureGroupName(String featureGroupName)
The name of FeatureGroup
.
featureGroupName
- The name of FeatureGroup
.public String getFeatureGroupName()
The name of FeatureGroup
.
FeatureGroup
.public FeatureGroupSummary withFeatureGroupName(String featureGroupName)
The name of FeatureGroup
.
featureGroupName
- The name of FeatureGroup
.public void setFeatureGroupArn(String featureGroupArn)
Unique identifier for the FeatureGroup
.
featureGroupArn
- Unique identifier for the FeatureGroup
.public String getFeatureGroupArn()
Unique identifier for the FeatureGroup
.
FeatureGroup
.public FeatureGroupSummary withFeatureGroupArn(String featureGroupArn)
Unique identifier for the FeatureGroup
.
featureGroupArn
- Unique identifier for the FeatureGroup
.public void setCreationTime(Date creationTime)
A timestamp indicating the time of creation time of the FeatureGroup
.
creationTime
- A timestamp indicating the time of creation time of the FeatureGroup
.public Date getCreationTime()
A timestamp indicating the time of creation time of the FeatureGroup
.
FeatureGroup
.public FeatureGroupSummary withCreationTime(Date creationTime)
A timestamp indicating the time of creation time of the FeatureGroup
.
creationTime
- A timestamp indicating the time of creation time of the FeatureGroup
.public void setFeatureGroupStatus(String featureGroupStatus)
The status of a FeatureGroup. The status can be any of the following: Creating
, Created
, CreateFail
, Deleting
or DetailFail
.
featureGroupStatus
- The status of a FeatureGroup. The status can be any of the following: Creating
,
Created
, CreateFail
, Deleting
or DetailFail
.FeatureGroupStatus
public String getFeatureGroupStatus()
The status of a FeatureGroup. The status can be any of the following: Creating
, Created
, CreateFail
, Deleting
or DetailFail
.
Creating
,
Created
, CreateFail
, Deleting
or DetailFail
.FeatureGroupStatus
public FeatureGroupSummary withFeatureGroupStatus(String featureGroupStatus)
The status of a FeatureGroup. The status can be any of the following: Creating
, Created
, CreateFail
, Deleting
or DetailFail
.
featureGroupStatus
- The status of a FeatureGroup. The status can be any of the following: Creating
,
Created
, CreateFail
, Deleting
or DetailFail
.FeatureGroupStatus
public FeatureGroupSummary withFeatureGroupStatus(FeatureGroupStatus featureGroupStatus)
The status of a FeatureGroup. The status can be any of the following: Creating
, Created
, CreateFail
, Deleting
or DetailFail
.
featureGroupStatus
- The status of a FeatureGroup. The status can be any of the following: Creating
,
Created
, CreateFail
, Deleting
or DetailFail
.FeatureGroupStatus
public void setOfflineStoreStatus(OfflineStoreStatus offlineStoreStatus)
Notifies you if replicating data into the OfflineStore
has failed. Returns either:
Active
or Blocked
.
offlineStoreStatus
- Notifies you if replicating data into the OfflineStore
has failed. Returns either:
Active
or Blocked
.public OfflineStoreStatus getOfflineStoreStatus()
Notifies you if replicating data into the OfflineStore
has failed. Returns either:
Active
or Blocked
.
OfflineStore
has failed. Returns either:
Active
or Blocked
.public FeatureGroupSummary withOfflineStoreStatus(OfflineStoreStatus offlineStoreStatus)
Notifies you if replicating data into the OfflineStore
has failed. Returns either:
Active
or Blocked
.
offlineStoreStatus
- Notifies you if replicating data into the OfflineStore
has failed. Returns either:
Active
or Blocked
.public String toString()
toString
in class Object
Object.toString()
public FeatureGroupSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.