Amazon.StorageGateway.Model.Internal.MarshallTransformations.UpdateChapCredentialsResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : UpdateChapCredentialsResponseUnmarshaller
return UpdateChapCredentialsResponseUnmarshaller
        public static UpdateChapCredentialsResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new UpdateChapCredentialsResponseUnmarshaller();
          }
          return instance;
        }