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

GetInstance() public static method

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