@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProductionBranch extends Object implements Serializable, Cloneable, StructuredPojo
Structure with Production Branch information.
Constructor and Description |
---|
ProductionBranch() |
Modifier and Type | Method and Description |
---|---|
ProductionBranch |
clone() |
boolean |
equals(Object obj) |
String |
getBranchName()
Branch Name for Production Branch.
|
Date |
getLastDeployTime()
Last Deploy Time of Production Branch.
|
String |
getStatus()
Status of Production Branch.
|
String |
getThumbnailUrl()
Thumbnail URL for Production Branch.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBranchName(String branchName)
Branch Name for Production Branch.
|
void |
setLastDeployTime(Date lastDeployTime)
Last Deploy Time of Production Branch.
|
void |
setStatus(String status)
Status of Production Branch.
|
void |
setThumbnailUrl(String thumbnailUrl)
Thumbnail URL for Production Branch.
|
String |
toString()
Returns a string representation of this object.
|
ProductionBranch |
withBranchName(String branchName)
Branch Name for Production Branch.
|
ProductionBranch |
withLastDeployTime(Date lastDeployTime)
Last Deploy Time of Production Branch.
|
ProductionBranch |
withStatus(String status)
Status of Production Branch.
|
ProductionBranch |
withThumbnailUrl(String thumbnailUrl)
Thumbnail URL for Production Branch.
|
public void setLastDeployTime(Date lastDeployTime)
Last Deploy Time of Production Branch.
lastDeployTime
- Last Deploy Time of Production Branch.public Date getLastDeployTime()
Last Deploy Time of Production Branch.
public ProductionBranch withLastDeployTime(Date lastDeployTime)
Last Deploy Time of Production Branch.
lastDeployTime
- Last Deploy Time of Production Branch.public void setStatus(String status)
Status of Production Branch.
status
- Status of Production Branch.public String getStatus()
Status of Production Branch.
public ProductionBranch withStatus(String status)
Status of Production Branch.
status
- Status of Production Branch.public void setThumbnailUrl(String thumbnailUrl)
Thumbnail URL for Production Branch.
thumbnailUrl
- Thumbnail URL for Production Branch.public String getThumbnailUrl()
Thumbnail URL for Production Branch.
public ProductionBranch withThumbnailUrl(String thumbnailUrl)
Thumbnail URL for Production Branch.
thumbnailUrl
- Thumbnail URL for Production Branch.public void setBranchName(String branchName)
Branch Name for Production Branch.
branchName
- Branch Name for Production Branch.public String getBranchName()
Branch Name for Production Branch.
public ProductionBranch withBranchName(String branchName)
Branch Name for Production Branch.
branchName
- Branch Name for Production Branch.public String toString()
toString
in class Object
Object.toString()
public ProductionBranch clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.