public class UseCase
extends java.lang.Object
implements java.io.Serializable
Contains the use case.
Constructor and Description |
---|
UseCase() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getUseCaseArn()
The Amazon Resource Name (ARN) for the use case.
|
java.lang.String |
getUseCaseId()
The identifier for the use case.
|
java.lang.String |
getUseCaseType()
The type of use case to associate to the AppIntegration association.
|
int |
hashCode() |
void |
setUseCaseArn(java.lang.String useCaseArn)
The Amazon Resource Name (ARN) for the use case.
|
void |
setUseCaseId(java.lang.String useCaseId)
The identifier for the use case.
|
void |
setUseCaseType(java.lang.String useCaseType)
The type of use case to associate to the AppIntegration association.
|
void |
setUseCaseType(UseCaseType useCaseType)
The type of use case to associate to the AppIntegration association.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UseCase |
withUseCaseArn(java.lang.String useCaseArn)
The Amazon Resource Name (ARN) for the use case.
|
UseCase |
withUseCaseId(java.lang.String useCaseId)
The identifier for the use case.
|
UseCase |
withUseCaseType(java.lang.String useCaseType)
The type of use case to associate to the AppIntegration association.
|
UseCase |
withUseCaseType(UseCaseType useCaseType)
The type of use case to associate to the AppIntegration association.
|
public java.lang.String getUseCaseId()
The identifier for the use case.
Constraints:
Length: 1 - 200
The identifier for the use case.
public void setUseCaseId(java.lang.String useCaseId)
The identifier for the use case.
Constraints:
Length: 1 - 200
useCaseId
- The identifier for the use case.
public UseCase withUseCaseId(java.lang.String useCaseId)
The identifier for the use case.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 200
useCaseId
- The identifier for the use case.
public java.lang.String getUseCaseArn()
The Amazon Resource Name (ARN) for the use case.
The Amazon Resource Name (ARN) for the use case.
public void setUseCaseArn(java.lang.String useCaseArn)
The Amazon Resource Name (ARN) for the use case.
useCaseArn
- The Amazon Resource Name (ARN) for the use case.
public UseCase withUseCaseArn(java.lang.String useCaseArn)
The Amazon Resource Name (ARN) for the use case.
Returns a reference to this object so that method calls can be chained together.
useCaseArn
- The Amazon Resource Name (ARN) for the use case.
public java.lang.String getUseCaseType()
The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.
Constraints:
Allowed Values: RULES_EVALUATION
The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.
UseCaseType
public void setUseCaseType(java.lang.String useCaseType)
The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.
Constraints:
Allowed Values: RULES_EVALUATION
useCaseType
- The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.
UseCaseType
public UseCase withUseCaseType(java.lang.String useCaseType)
The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: RULES_EVALUATION
useCaseType
- The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.
UseCaseType
public void setUseCaseType(UseCaseType useCaseType)
The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.
Constraints:
Allowed Values: RULES_EVALUATION
useCaseType
- The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.
UseCaseType
public UseCase withUseCaseType(UseCaseType useCaseType)
The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: RULES_EVALUATION
useCaseType
- The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.
UseCaseType
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.