/// <summary> /// Sets an attribute of the topic to a new value. /// </summary> /// <param name="request">Set Subscription Attributes request</param> /// <returns>Set Subscription Attributes Response from the service</returns> public SetSubscriptionAttributesResponse SetSubscriptionAttributes(SetSubscriptionAttributesRequest request) { return(Invoke <SetSubscriptionAttributesResponse>(ConvertSetSubscriptionAttributes(request))); }
public Task <SetSubscriptionAttributesResponse> SetSubscriptionAttributesAsync(SetSubscriptionAttributesRequest request, CancellationToken cancellationToken = default(CancellationToken)) { throw new System.NotImplementedException(); }
public SetSubscriptionAttributesResponse SetSubscriptionAttributes(SetSubscriptionAttributesRequest request) { throw new System.NotImplementedException(); }
/// <summary> /// Initiates the asynchronous execution of the SetSubscriptionAttributes operation. /// <seealso cref="Amazon.SimpleNotificationService.IAmazonSimpleNotificationService"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the SetSubscriptionAttributes operation.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// <returns>The task object representing the asynchronous operation.</returns> public Task <SetSubscriptionAttributesResponse> SetSubscriptionAttributesAsync(SetSubscriptionAttributesRequest request, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new SetSubscriptionAttributesRequestMarshaller(); var unmarshaller = SetSubscriptionAttributesResponseUnmarshaller.Instance; return(Invoke <IRequest, SetSubscriptionAttributesRequest, SetSubscriptionAttributesResponse>(request, marshaller, unmarshaller, signer, cancellationToken)); }
public void SetSubscriptionAttributesAsync(SetSubscriptionAttributesRequest request, AmazonServiceCallback <SetSubscriptionAttributesRequest, SetSubscriptionAttributesResponse> callback, AsyncOptions options = null) { throw new System.NotImplementedException(); }
public Task <SetSubscriptionAttributesResponse> SetSubscriptionAttributesAsync(SetSubscriptionAttributesRequest request, CancellationToken cancellationToken = new CancellationToken()) { throw new NotImplementedException(); }