@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrainingRepositoryAuthConfig extends Object implements Serializable, Cloneable, StructuredPojo
An object containing authentication information for a private Docker registry.
Constructor and Description |
---|
TrainingRepositoryAuthConfig() |
Modifier and Type | Method and Description |
---|---|
TrainingRepositoryAuthConfig |
clone() |
boolean |
equals(Object obj) |
String |
getTrainingRepositoryCredentialsProviderArn()
The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access
credentials to your private Docker registry.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTrainingRepositoryCredentialsProviderArn(String trainingRepositoryCredentialsProviderArn)
The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access
credentials to your private Docker registry.
|
String |
toString()
Returns a string representation of this object.
|
TrainingRepositoryAuthConfig |
withTrainingRepositoryCredentialsProviderArn(String trainingRepositoryCredentialsProviderArn)
The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access
credentials to your private Docker registry.
|
public void setTrainingRepositoryCredentialsProviderArn(String trainingRepositoryCredentialsProviderArn)
The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access credentials to your private Docker registry.
trainingRepositoryCredentialsProviderArn
- The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access
credentials to your private Docker registry.public String getTrainingRepositoryCredentialsProviderArn()
The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access credentials to your private Docker registry.
public TrainingRepositoryAuthConfig withTrainingRepositoryCredentialsProviderArn(String trainingRepositoryCredentialsProviderArn)
The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access credentials to your private Docker registry.
trainingRepositoryCredentialsProviderArn
- The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access
credentials to your private Docker registry.public String toString()
toString
in class Object
Object.toString()
public TrainingRepositoryAuthConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.