@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMatchmakingConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateMatchmakingConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
CreateMatchmakingConfigurationResult |
clone() |
boolean |
equals(Object obj) |
MatchmakingConfiguration |
getConfiguration()
Object that describes the newly created matchmaking configuration.
|
int |
hashCode() |
void |
setConfiguration(MatchmakingConfiguration configuration)
Object that describes the newly created matchmaking configuration.
|
String |
toString()
Returns a string representation of this object.
|
CreateMatchmakingConfigurationResult |
withConfiguration(MatchmakingConfiguration configuration)
Object that describes the newly created matchmaking configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateMatchmakingConfigurationResult()
public void setConfiguration(MatchmakingConfiguration configuration)
Object that describes the newly created matchmaking configuration.
configuration
- Object that describes the newly created matchmaking configuration.public MatchmakingConfiguration getConfiguration()
Object that describes the newly created matchmaking configuration.
public CreateMatchmakingConfigurationResult withConfiguration(MatchmakingConfiguration configuration)
Object that describes the newly created matchmaking configuration.
configuration
- Object that describes the newly created matchmaking configuration.public String toString()
toString
in class Object
Object.toString()
public CreateMatchmakingConfigurationResult clone()