@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RepositoryAssociationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about a repository association.
Constructor and Description |
---|
RepositoryAssociationSummary() |
Modifier and Type | Method and Description |
---|---|
RepositoryAssociationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAssociationArn()
The Amazon Resource Name (ARN) identifying the repository association.
|
String |
getAssociationId()
The repository association ID.
|
Date |
getLastUpdatedTimeStamp()
The time, in milliseconds since the epoch, since the repository association was last updated.
|
String |
getName()
The name of the repository association.
|
String |
getOwner()
The owner of the repository association.
|
String |
getProviderType()
The provider type of the repository association.
|
String |
getState()
The state of the repository association.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssociationArn(String associationArn)
The Amazon Resource Name (ARN) identifying the repository association.
|
void |
setAssociationId(String associationId)
The repository association ID.
|
void |
setLastUpdatedTimeStamp(Date lastUpdatedTimeStamp)
The time, in milliseconds since the epoch, since the repository association was last updated.
|
void |
setName(String name)
The name of the repository association.
|
void |
setOwner(String owner)
The owner of the repository association.
|
void |
setProviderType(String providerType)
The provider type of the repository association.
|
void |
setState(String state)
The state of the repository association.
|
String |
toString()
Returns a string representation of this object.
|
RepositoryAssociationSummary |
withAssociationArn(String associationArn)
The Amazon Resource Name (ARN) identifying the repository association.
|
RepositoryAssociationSummary |
withAssociationId(String associationId)
The repository association ID.
|
RepositoryAssociationSummary |
withLastUpdatedTimeStamp(Date lastUpdatedTimeStamp)
The time, in milliseconds since the epoch, since the repository association was last updated.
|
RepositoryAssociationSummary |
withName(String name)
The name of the repository association.
|
RepositoryAssociationSummary |
withOwner(String owner)
The owner of the repository association.
|
RepositoryAssociationSummary |
withProviderType(ProviderType providerType)
The provider type of the repository association.
|
RepositoryAssociationSummary |
withProviderType(String providerType)
The provider type of the repository association.
|
RepositoryAssociationSummary |
withState(RepositoryAssociationState state)
The state of the repository association.
|
RepositoryAssociationSummary |
withState(String state)
The state of the repository association.
|
public void setAssociationArn(String associationArn)
The Amazon Resource Name (ARN) identifying the repository association.
associationArn
- The Amazon Resource Name (ARN) identifying the repository association.public String getAssociationArn()
The Amazon Resource Name (ARN) identifying the repository association.
public RepositoryAssociationSummary withAssociationArn(String associationArn)
The Amazon Resource Name (ARN) identifying the repository association.
associationArn
- The Amazon Resource Name (ARN) identifying the repository association.public void setLastUpdatedTimeStamp(Date lastUpdatedTimeStamp)
The time, in milliseconds since the epoch, since the repository association was last updated.
lastUpdatedTimeStamp
- The time, in milliseconds since the epoch, since the repository association was last updated.public Date getLastUpdatedTimeStamp()
The time, in milliseconds since the epoch, since the repository association was last updated.
public RepositoryAssociationSummary withLastUpdatedTimeStamp(Date lastUpdatedTimeStamp)
The time, in milliseconds since the epoch, since the repository association was last updated.
lastUpdatedTimeStamp
- The time, in milliseconds since the epoch, since the repository association was last updated.public void setAssociationId(String associationId)
The repository association ID.
associationId
- The repository association ID.public String getAssociationId()
The repository association ID.
public RepositoryAssociationSummary withAssociationId(String associationId)
The repository association ID.
associationId
- The repository association ID.public void setName(String name)
The name of the repository association.
name
- The name of the repository association.public String getName()
The name of the repository association.
public RepositoryAssociationSummary withName(String name)
The name of the repository association.
name
- The name of the repository association.public void setOwner(String owner)
The owner of the repository association.
owner
- The owner of the repository association.public String getOwner()
The owner of the repository association.
public RepositoryAssociationSummary withOwner(String owner)
The owner of the repository association.
owner
- The owner of the repository association.public void setProviderType(String providerType)
The provider type of the repository association.
providerType
- The provider type of the repository association.ProviderType
public String getProviderType()
The provider type of the repository association.
ProviderType
public RepositoryAssociationSummary withProviderType(String providerType)
The provider type of the repository association.
providerType
- The provider type of the repository association.ProviderType
public RepositoryAssociationSummary withProviderType(ProviderType providerType)
The provider type of the repository association.
providerType
- The provider type of the repository association.ProviderType
public void setState(String state)
The state of the repository association.
Amazon CodeGuru Reviewer is associated with the repository.
The association is in progress.
The association failed. For more information about troubleshooting (or why it failed), see [troubleshooting topic].
Amazon CodeGuru Reviewer is in the process of disassociating with the repository.
state
- The state of the repository association.
Amazon CodeGuru Reviewer is associated with the repository.
The association is in progress.
The association failed. For more information about troubleshooting (or why it failed), see [troubleshooting topic].
Amazon CodeGuru Reviewer is in the process of disassociating with the repository.
RepositoryAssociationState
public String getState()
The state of the repository association.
Amazon CodeGuru Reviewer is associated with the repository.
The association is in progress.
The association failed. For more information about troubleshooting (or why it failed), see [troubleshooting topic].
Amazon CodeGuru Reviewer is in the process of disassociating with the repository.
Amazon CodeGuru Reviewer is associated with the repository.
The association is in progress.
The association failed. For more information about troubleshooting (or why it failed), see [troubleshooting topic].
Amazon CodeGuru Reviewer is in the process of disassociating with the repository.
RepositoryAssociationState
public RepositoryAssociationSummary withState(String state)
The state of the repository association.
Amazon CodeGuru Reviewer is associated with the repository.
The association is in progress.
The association failed. For more information about troubleshooting (or why it failed), see [troubleshooting topic].
Amazon CodeGuru Reviewer is in the process of disassociating with the repository.
state
- The state of the repository association.
Amazon CodeGuru Reviewer is associated with the repository.
The association is in progress.
The association failed. For more information about troubleshooting (or why it failed), see [troubleshooting topic].
Amazon CodeGuru Reviewer is in the process of disassociating with the repository.
RepositoryAssociationState
public RepositoryAssociationSummary withState(RepositoryAssociationState state)
The state of the repository association.
Amazon CodeGuru Reviewer is associated with the repository.
The association is in progress.
The association failed. For more information about troubleshooting (or why it failed), see [troubleshooting topic].
Amazon CodeGuru Reviewer is in the process of disassociating with the repository.
state
- The state of the repository association.
Amazon CodeGuru Reviewer is associated with the repository.
The association is in progress.
The association failed. For more information about troubleshooting (or why it failed), see [troubleshooting topic].
Amazon CodeGuru Reviewer is in the process of disassociating with the repository.
RepositoryAssociationState
public String toString()
toString
in class Object
Object.toString()
public RepositoryAssociationSummary 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.