Class ApplicationInfo
java.lang.Object
com.amazonaws.services.codedeploy.model.ApplicationInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Information about an application.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The application ID.The application name.The time at which the application was created.True if the user has authenticated with GitHub for the specified application; otherwise, false.int
hashCode()
True if the user has authenticated with GitHub for the specified application; otherwise, false.void
setApplicationId
(String applicationId) The application ID.void
setApplicationName
(String applicationName) The application name.void
setCreateTime
(Date createTime) The time at which the application was created.void
setLinkedToGitHub
(Boolean linkedToGitHub) True if the user has authenticated with GitHub for the specified application; otherwise, false.toString()
Returns a string representation of this object; useful for testing and debugging.withApplicationId
(String applicationId) The application ID.withApplicationName
(String applicationName) The application name.withCreateTime
(Date createTime) The time at which the application was created.withLinkedToGitHub
(Boolean linkedToGitHub) True if the user has authenticated with GitHub for the specified application; otherwise, false.
-
Constructor Details
-
ApplicationInfo
public ApplicationInfo()
-
-
Method Details
-
setApplicationId
The application ID.
- Parameters:
applicationId
- The application ID.
-
getApplicationId
The application ID.
- Returns:
- The application ID.
-
withApplicationId
The application ID.
- Parameters:
applicationId
- The application ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setApplicationName
The application name.
- Parameters:
applicationName
- The application name.
-
getApplicationName
The application name.
- Returns:
- The application name.
-
withApplicationName
The application name.
- Parameters:
applicationName
- The application name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreateTime
The time at which the application was created.
- Parameters:
createTime
- The time at which the application was created.
-
getCreateTime
The time at which the application was created.
- Returns:
- The time at which the application was created.
-
withCreateTime
The time at which the application was created.
- Parameters:
createTime
- The time at which the application was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLinkedToGitHub
True if the user has authenticated with GitHub for the specified application; otherwise, false.
- Parameters:
linkedToGitHub
- True if the user has authenticated with GitHub for the specified application; otherwise, false.
-
getLinkedToGitHub
True if the user has authenticated with GitHub for the specified application; otherwise, false.
- Returns:
- True if the user has authenticated with GitHub for the specified application; otherwise, false.
-
withLinkedToGitHub
True if the user has authenticated with GitHub for the specified application; otherwise, false.
- Parameters:
linkedToGitHub
- True if the user has authenticated with GitHub for the specified application; otherwise, false.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isLinkedToGitHub
True if the user has authenticated with GitHub for the specified application; otherwise, false.
- Returns:
- True if the user has authenticated with GitHub for the specified application; otherwise, false.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-