@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RepositoryAssociation extends Object implements Serializable, Cloneable, StructuredPojo
Information about a repository association.
Constructor and Description |
---|
RepositoryAssociation() |
Modifier and Type | Method and Description |
---|---|
RepositoryAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getAssociationArn()
The Amazon Resource Name (ARN) identifying the repository association.
|
String |
getAssociationId()
The id of the repository association.
|
Date |
getCreatedTimeStamp()
The time, in milliseconds since the epoch, when the repository association was created.
|
Date |
getLastUpdatedTimeStamp()
The time, in milliseconds since the epoch, when the repository association was last updated.
|
String |
getName()
The name of the repository.
|
String |
getOwner()
The owner of the repository.
|
String |
getProviderType()
The provider type of the repository association.
|
String |
getState()
The state of the repository association.
|
String |
getStateReason()
A description of why the repository association is in the current state.
|
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 id of the repository association.
|
void |
setCreatedTimeStamp(Date createdTimeStamp)
The time, in milliseconds since the epoch, when the repository association was created.
|
void |
setLastUpdatedTimeStamp(Date lastUpdatedTimeStamp)
The time, in milliseconds since the epoch, when the repository association was last updated.
|
void |
setName(String name)
The name of the repository.
|
void |
setOwner(String owner)
The owner of the repository.
|
void |
setProviderType(String providerType)
The provider type of the repository association.
|
void |
setState(String state)
The state of the repository association.
|
void |
setStateReason(String stateReason)
A description of why the repository association is in the current state.
|
String |
toString()
Returns a string representation of this object.
|
RepositoryAssociation |
withAssociationArn(String associationArn)
The Amazon Resource Name (ARN) identifying the repository association.
|
RepositoryAssociation |
withAssociationId(String associationId)
The id of the repository association.
|
RepositoryAssociation |
withCreatedTimeStamp(Date createdTimeStamp)
The time, in milliseconds since the epoch, when the repository association was created.
|
RepositoryAssociation |
withLastUpdatedTimeStamp(Date lastUpdatedTimeStamp)
The time, in milliseconds since the epoch, when the repository association was last updated.
|
RepositoryAssociation |
withName(String name)
The name of the repository.
|
RepositoryAssociation |
withOwner(String owner)
The owner of the repository.
|
RepositoryAssociation |
withProviderType(ProviderType providerType)
The provider type of the repository association.
|
RepositoryAssociation |
withProviderType(String providerType)
The provider type of the repository association.
|
RepositoryAssociation |
withState(RepositoryAssociationState state)
The state of the repository association.
|
RepositoryAssociation |
withState(String state)
The state of the repository association.
|
RepositoryAssociation |
withStateReason(String stateReason)
A description of why the repository association is in the current state.
|
public void setAssociationId(String associationId)
The id of the repository association.
associationId
- The id of the repository association.public String getAssociationId()
The id of the repository association.
public RepositoryAssociation withAssociationId(String associationId)
The id of the repository association.
associationId
- The id 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 RepositoryAssociation withAssociationArn(String associationArn)
The Amazon Resource Name (ARN) identifying the repository association.
associationArn
- The Amazon Resource Name (ARN) identifying the repository association.public void setName(String name)
The name of the repository.
name
- The name of the repository.public String getName()
The name of the repository.
public RepositoryAssociation withName(String name)
The name of the repository.
name
- The name of the repository.public void setOwner(String owner)
The owner of the repository.
owner
- The owner of the repository.public String getOwner()
The owner of the repository.
public RepositoryAssociation withOwner(String owner)
The owner of the repository.
owner
- The owner of the repository.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 RepositoryAssociation withProviderType(String providerType)
The provider type of the repository association.
providerType
- The provider type of the repository association.ProviderType
public RepositoryAssociation 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.
state
- The state of the repository association.RepositoryAssociationState
public String getState()
The state of the repository association.
RepositoryAssociationState
public RepositoryAssociation withState(String state)
The state of the repository association.
state
- The state of the repository association.RepositoryAssociationState
public RepositoryAssociation withState(RepositoryAssociationState state)
The state of the repository association.
state
- The state of the repository association.RepositoryAssociationState
public void setStateReason(String stateReason)
A description of why the repository association is in the current state.
stateReason
- A description of why the repository association is in the current state.public String getStateReason()
A description of why the repository association is in the current state.
public RepositoryAssociation withStateReason(String stateReason)
A description of why the repository association is in the current state.
stateReason
- A description of why the repository association is in the current state.public void setLastUpdatedTimeStamp(Date lastUpdatedTimeStamp)
The time, in milliseconds since the epoch, when the repository association was last updated.
lastUpdatedTimeStamp
- The time, in milliseconds since the epoch, when the repository association was last updated.public Date getLastUpdatedTimeStamp()
The time, in milliseconds since the epoch, when the repository association was last updated.
public RepositoryAssociation withLastUpdatedTimeStamp(Date lastUpdatedTimeStamp)
The time, in milliseconds since the epoch, when the repository association was last updated.
lastUpdatedTimeStamp
- The time, in milliseconds since the epoch, when the repository association was last updated.public void setCreatedTimeStamp(Date createdTimeStamp)
The time, in milliseconds since the epoch, when the repository association was created.
createdTimeStamp
- The time, in milliseconds since the epoch, when the repository association was created.public Date getCreatedTimeStamp()
The time, in milliseconds since the epoch, when the repository association was created.
public RepositoryAssociation withCreatedTimeStamp(Date createdTimeStamp)
The time, in milliseconds since the epoch, when the repository association was created.
createdTimeStamp
- The time, in milliseconds since the epoch, when the repository association was created.public String toString()
toString
in class Object
Object.toString()
public RepositoryAssociation 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.