@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Project extends Object implements Serializable, Cloneable, StructuredPojo
This structure defines a project, which is the logical object in Evidently that can contain features, launches, and experiments. Use projects to group similar features together.
Constructor and Description |
---|
Project() |
Modifier and Type | Method and Description |
---|---|
Project |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
Project |
clearTagsEntries()
Removes all the entries added into Tags.
|
Project |
clone() |
boolean |
equals(Object obj) |
Long |
getActiveExperimentCount()
The number of ongoing experiments currently in the project.
|
Long |
getActiveLaunchCount()
The number of ongoing launches currently in the project.
|
ProjectAppConfigResource |
getAppConfigResource()
This structure defines the configuration of how your application integrates with AppConfig to run client-side
evaluation.
|
String |
getArn()
The name or ARN of the project.
|
Date |
getCreatedTime()
The date and time that the project is created.
|
ProjectDataDelivery |
getDataDelivery()
A structure that contains information about where Evidently is to store evaluation events for longer term
storage.
|
String |
getDescription()
The user-entered description of the project.
|
Long |
getExperimentCount()
The number of experiments currently in the project.
|
Long |
getFeatureCount()
The number of features currently in the project.
|
Date |
getLastUpdatedTime()
The date and time that the project was most recently updated.
|
Long |
getLaunchCount()
The number of launches currently in the project.
|
String |
getName()
The name of the project.
|
String |
getStatus()
The current state of the project.
|
Map<String,String> |
getTags()
The list of tag keys and values associated with this project.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActiveExperimentCount(Long activeExperimentCount)
The number of ongoing experiments currently in the project.
|
void |
setActiveLaunchCount(Long activeLaunchCount)
The number of ongoing launches currently in the project.
|
void |
setAppConfigResource(ProjectAppConfigResource appConfigResource)
This structure defines the configuration of how your application integrates with AppConfig to run client-side
evaluation.
|
void |
setArn(String arn)
The name or ARN of the project.
|
void |
setCreatedTime(Date createdTime)
The date and time that the project is created.
|
void |
setDataDelivery(ProjectDataDelivery dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term
storage.
|
void |
setDescription(String description)
The user-entered description of the project.
|
void |
setExperimentCount(Long experimentCount)
The number of experiments currently in the project.
|
void |
setFeatureCount(Long featureCount)
The number of features currently in the project.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
The date and time that the project was most recently updated.
|
void |
setLaunchCount(Long launchCount)
The number of launches currently in the project.
|
void |
setName(String name)
The name of the project.
|
void |
setStatus(String status)
The current state of the project.
|
void |
setTags(Map<String,String> tags)
The list of tag keys and values associated with this project.
|
String |
toString()
Returns a string representation of this object.
|
Project |
withActiveExperimentCount(Long activeExperimentCount)
The number of ongoing experiments currently in the project.
|
Project |
withActiveLaunchCount(Long activeLaunchCount)
The number of ongoing launches currently in the project.
|
Project |
withAppConfigResource(ProjectAppConfigResource appConfigResource)
This structure defines the configuration of how your application integrates with AppConfig to run client-side
evaluation.
|
Project |
withArn(String arn)
The name or ARN of the project.
|
Project |
withCreatedTime(Date createdTime)
The date and time that the project is created.
|
Project |
withDataDelivery(ProjectDataDelivery dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term
storage.
|
Project |
withDescription(String description)
The user-entered description of the project.
|
Project |
withExperimentCount(Long experimentCount)
The number of experiments currently in the project.
|
Project |
withFeatureCount(Long featureCount)
The number of features currently in the project.
|
Project |
withLastUpdatedTime(Date lastUpdatedTime)
The date and time that the project was most recently updated.
|
Project |
withLaunchCount(Long launchCount)
The number of launches currently in the project.
|
Project |
withName(String name)
The name of the project.
|
Project |
withStatus(ProjectStatus status)
The current state of the project.
|
Project |
withStatus(String status)
The current state of the project.
|
Project |
withTags(Map<String,String> tags)
The list of tag keys and values associated with this project.
|
public void setActiveExperimentCount(Long activeExperimentCount)
The number of ongoing experiments currently in the project.
activeExperimentCount
- The number of ongoing experiments currently in the project.public Long getActiveExperimentCount()
The number of ongoing experiments currently in the project.
public Project withActiveExperimentCount(Long activeExperimentCount)
The number of ongoing experiments currently in the project.
activeExperimentCount
- The number of ongoing experiments currently in the project.public void setActiveLaunchCount(Long activeLaunchCount)
The number of ongoing launches currently in the project.
activeLaunchCount
- The number of ongoing launches currently in the project.public Long getActiveLaunchCount()
The number of ongoing launches currently in the project.
public Project withActiveLaunchCount(Long activeLaunchCount)
The number of ongoing launches currently in the project.
activeLaunchCount
- The number of ongoing launches currently in the project.public void setAppConfigResource(ProjectAppConfigResource appConfigResource)
This structure defines the configuration of how your application integrates with AppConfig to run client-side evaluation.
appConfigResource
- This structure defines the configuration of how your application integrates with AppConfig to run
client-side evaluation.public ProjectAppConfigResource getAppConfigResource()
This structure defines the configuration of how your application integrates with AppConfig to run client-side evaluation.
public Project withAppConfigResource(ProjectAppConfigResource appConfigResource)
This structure defines the configuration of how your application integrates with AppConfig to run client-side evaluation.
appConfigResource
- This structure defines the configuration of how your application integrates with AppConfig to run
client-side evaluation.public void setArn(String arn)
The name or ARN of the project.
arn
- The name or ARN of the project.public String getArn()
The name or ARN of the project.
public Project withArn(String arn)
The name or ARN of the project.
arn
- The name or ARN of the project.public void setCreatedTime(Date createdTime)
The date and time that the project is created.
createdTime
- The date and time that the project is created.public Date getCreatedTime()
The date and time that the project is created.
public Project withCreatedTime(Date createdTime)
The date and time that the project is created.
createdTime
- The date and time that the project is created.public void setDataDelivery(ProjectDataDelivery dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term storage.
dataDelivery
- A structure that contains information about where Evidently is to store evaluation events for longer term
storage.public ProjectDataDelivery getDataDelivery()
A structure that contains information about where Evidently is to store evaluation events for longer term storage.
public Project withDataDelivery(ProjectDataDelivery dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term storage.
dataDelivery
- A structure that contains information about where Evidently is to store evaluation events for longer term
storage.public void setDescription(String description)
The user-entered description of the project.
description
- The user-entered description of the project.public String getDescription()
The user-entered description of the project.
public Project withDescription(String description)
The user-entered description of the project.
description
- The user-entered description of the project.public void setExperimentCount(Long experimentCount)
The number of experiments currently in the project. This includes all experiments that have been created and not deleted, whether they are ongoing or not.
experimentCount
- The number of experiments currently in the project. This includes all experiments that have been created
and not deleted, whether they are ongoing or not.public Long getExperimentCount()
The number of experiments currently in the project. This includes all experiments that have been created and not deleted, whether they are ongoing or not.
public Project withExperimentCount(Long experimentCount)
The number of experiments currently in the project. This includes all experiments that have been created and not deleted, whether they are ongoing or not.
experimentCount
- The number of experiments currently in the project. This includes all experiments that have been created
and not deleted, whether they are ongoing or not.public void setFeatureCount(Long featureCount)
The number of features currently in the project.
featureCount
- The number of features currently in the project.public Long getFeatureCount()
The number of features currently in the project.
public Project withFeatureCount(Long featureCount)
The number of features currently in the project.
featureCount
- The number of features currently in the project.public void setLastUpdatedTime(Date lastUpdatedTime)
The date and time that the project was most recently updated.
lastUpdatedTime
- The date and time that the project was most recently updated.public Date getLastUpdatedTime()
The date and time that the project was most recently updated.
public Project withLastUpdatedTime(Date lastUpdatedTime)
The date and time that the project was most recently updated.
lastUpdatedTime
- The date and time that the project was most recently updated.public void setLaunchCount(Long launchCount)
The number of launches currently in the project. This includes all launches that have been created and not deleted, whether they are ongoing or not.
launchCount
- The number of launches currently in the project. This includes all launches that have been created and not
deleted, whether they are ongoing or not.public Long getLaunchCount()
The number of launches currently in the project. This includes all launches that have been created and not deleted, whether they are ongoing or not.
public Project withLaunchCount(Long launchCount)
The number of launches currently in the project. This includes all launches that have been created and not deleted, whether they are ongoing or not.
launchCount
- The number of launches currently in the project. This includes all launches that have been created and not
deleted, whether they are ongoing or not.public void setName(String name)
The name of the project.
name
- The name of the project.public String getName()
The name of the project.
public Project withName(String name)
The name of the project.
name
- The name of the project.public void setStatus(String status)
The current state of the project.
status
- The current state of the project.ProjectStatus
public String getStatus()
The current state of the project.
ProjectStatus
public Project withStatus(String status)
The current state of the project.
status
- The current state of the project.ProjectStatus
public Project withStatus(ProjectStatus status)
The current state of the project.
status
- The current state of the project.ProjectStatus
public Map<String,String> getTags()
The list of tag keys and values associated with this project.
public void setTags(Map<String,String> tags)
The list of tag keys and values associated with this project.
tags
- The list of tag keys and values associated with this project.public Project withTags(Map<String,String> tags)
The list of tag keys and values associated with this project.
tags
- The list of tag keys and values associated with this project.public Project clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.