Amazon.GameLift.AmazonGameLiftClient.UpdateFleetAttributes C# (CSharp) Метод

UpdateFleetAttributes() публичный Метод

Updates fleet properties, including name and description, for a fleet. To update metadata, specify the fleet ID and the property values you want to change. If successful, the fleet ID for the updated fleet is returned.
/// The requested operation would cause a conflict with the current state of a service /// resource associated with the request. Resolve the conflict before retrying this request. /// /// The service encountered an unrecoverable internal failure while processing the request. /// Clients can retry such requests immediately or after a waiting period. /// /// The requested operation would cause a conflict with the current state of a resource /// associated with the request and/or the fleet. Resolve the conflict before retrying. /// /// One or more parameter values in the request are invalid. Correct the invalid parameter /// values before retrying. /// /// The requested operation would cause the resource to exceed the allowed service limit. /// Resolve the issue before retrying. /// /// A service resource associated with the request could not be found. Clients should /// not retry such requests. /// /// The client failed authentication. Clients should not retry such requests. ///
public UpdateFleetAttributes ( UpdateFleetAttributesRequest request ) : Amazon.GameLift.Model.UpdateFleetAttributesResponse
request Amazon.GameLift.Model.UpdateFleetAttributesRequest Container for the necessary parameters to execute the UpdateFleetAttributes service method.
Результат Amazon.GameLift.Model.UpdateFleetAttributesResponse
        public UpdateFleetAttributesResponse UpdateFleetAttributes(UpdateFleetAttributesRequest request)
        {
            var marshaller = new UpdateFleetAttributesRequestMarshaller();
            var unmarshaller = UpdateFleetAttributesResponseUnmarshaller.Instance;

            return Invoke<UpdateFleetAttributesRequest,UpdateFleetAttributesResponse>(request, marshaller, unmarshaller);
        }
AmazonGameLiftClient