Amazon.S3.Model.Internal.MarshallTransformations.GetBucketRequestPaymentResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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