@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails extends Object implements Serializable, Cloneable, StructuredPojo
The private repository authentication credentials to use.
Constructor and Description |
---|
AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails() |
Modifier and Type | Method and Description |
---|---|
AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails |
clone() |
boolean |
equals(Object obj) |
String |
getCredentialsParameter()
The ARN of the secret that contains the private repository credentials.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCredentialsParameter(String credentialsParameter)
The ARN of the secret that contains the private repository credentials.
|
String |
toString()
Returns a string representation of this object.
|
AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails |
withCredentialsParameter(String credentialsParameter)
The ARN of the secret that contains the private repository credentials.
|
public AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails()
public void setCredentialsParameter(String credentialsParameter)
The ARN of the secret that contains the private repository credentials.
credentialsParameter
- The ARN of the secret that contains the private repository credentials.public String getCredentialsParameter()
The ARN of the secret that contains the private repository credentials.
public AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails withCredentialsParameter(String credentialsParameter)
The ARN of the secret that contains the private repository credentials.
credentialsParameter
- The ARN of the secret that contains the private repository credentials.public String toString()
toString
in class Object
Object.toString()
public AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.