@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMatchmakingConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
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; useful for testing and debugging.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.