Amazon.S3.Model.Internal.MarshallTransformations.PutLifecycleConfigurationResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : PutLifecycleConfigurationResponseUnmarshaller
리턴 PutLifecycleConfigurationResponseUnmarshaller
        public static PutLifecycleConfigurationResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new PutLifecycleConfigurationResponseUnmarshaller();
            }
            return instance;
        }
    
PutLifecycleConfigurationResponseUnmarshaller